Django tutorials
Every Django tutorial on TechPurAI, in one place — hands-on and written to be followed along with.
/tutorials/tag/Django3 tutorials
beginnerpython
series
Installing Django REST Framework and setting up the project
Install DRF, register it in INSTALLED_APPS, and create the Task model this 22-part series builds a real API around.
3 min readpart 1 of 22
beginnerpython
series
Starting a Django project: installation and project structure
Install Django, create a project with django-admin, and understand what every generated file actually does — part 1 of a 22-part series building a real blog application.
3 min readpart 1 of 22
beginnerpython
standalone
Django template views: turning a URL into rendered HTML
Connect a URL to a view, render a template with context data, and move from a function-based view to Django's TemplateView — including template inheritance done right.
5 min readstandalone