The Definitive Django Learning Platform.
This repository is the final code for the Django Crash Course found on YouTube and JustDjango.
- Create a virtual environment with
virtualenv venv
- Activate the environment with
source env/bin/activate
- Install dependencies with
pip install django
- Run the server with
python manage.py runserver