- Install Python v3.10.
- Create a Virtual Environment.
python -m venv <environment_name> # or python3 -m venv <environment_name>
- Activate the Environment as per OS.
- Install Packages.
# Poetry poetry install # pip pip install -r requirements.txt
- Apply migrations.
python manage.py migrate
- Create Admin.
python manage.py createsuperuser
- Run development server.
python manage.py runserver
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|