Over the past few years we have witnessed a big bang of Javascript frameworks such as React and Angular. These are great for web applications but do add complexity to your Django project. (more…)
Read more »
Learn how to build and deploy a Django API and set up a continuous integration and delivery pipeline using Semaphore and Heroku. (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 »
This post explains step-by-step how to create a custom User model in Django. (more…)
Read more »