How to Create a Django Project

Watch Now This tutorial has a related video course created by the Real Python team. Watch it together with the written tutorial to deepen your understanding: How to Set Up a Django Project

Before you can start building your Django web application, you need to set up your Django project. In this guide you’ll learn how to create a new Django project in four straightforward steps and only six commands:

Step Description Command
1a Set up a virtual environment python -m venv .venv
1b Activate the virtual

 

 

 

To finish reading, please visit source site