mind Requirements Python (3.8+) Installation $ pip install -r requirements.txt Database setup $ python manage.py makemigrations && python manage.py migrate Create super user $ python manage.py createsuperuser --username admin Running the app $ python manage.py runserver