Very practical tutorial that goes through the steps and code to create a Python web application using the Django framework... (more…)
Read more »
In this episode, we added django-allauth to create accounts that default to email instead of using usernames. We added the package, configured some templates, and created tests. (more…)
Read more »
You know me, I’m a Django fan.
It’s my preferred way of developing web apps, mainly because of the absolutely vast ecosystem of apps and libraries it has, and the fact that it is really well-designed.
I love how modular it is, and how it lets you use any ... (more…)
Read more »
In this tutorial we'll take a test-first approach to developing a RESTful API with the Django REST Framework. (more…)
Read more »
Django is a popular framework for Python application developers. It includes packages which make tasks like authorization and content administration easier. Django supports a number of databases including MySQL which makes it possible to run a Django appl... (more…)
Read more »