Tutorial project from official Django documentation.
- Python 3.10
- Django 4
Run database migrations:
python manage.py migrate
Create super user for admin:
python manage.py createsuperuser
Run tests:
python manage.py test
Run application:
python manage.py runserver