Django boilerplate for Django 2.2.8 and Python 3 with a login system and Rest Framework integrated - tiagoarasilva/django-template... (more…)
Read more »
Django is huge. It has so many API. Reading the Django docs is like swimming in the ocean. You get lost easily. Trust me, I never thoroughly read the polls tutorial too. Before starting a new Django project, you have to know some basics in Django. (more…)
Read more »
I am going to cover basic workflow for how to deploy Django application on Nginx using Fabric. Fabric is a fantastic tool perfectly suited… (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 »
All too often, I see Django developers go about optimizing their apps the wrong way. So In this short article, I’ll shed some light on the… (more…)
Read more »