Welcome to what I hope will be a very detailed and useful tutorial on building a Django web app from scratch to production. Having developed dozens of Django projects prior, I have acquired certain tips and tricks to increase efficiency in each Django project that I will present in the form of a tutorial. This tutorial is a step-by-step process of how I go about building robust Django applications. Enjoy!
Part 1 🚀
For this sample project, we’ll go a little beyond a simple Todo app or Blog site — we will build out a food recipe app with full user authentication, CRUD features, and deploy the app to live production on Heroku.
The Directory
The first step in any new project is setting up the directory. If you would like your Django project in a specific directory, navigate to it before running the startproject command.

#django-authentication #python #tutorial #django

How to build a Django web app from scratch (tutorial)
1.60 GEEK