- make virtual environment named env
- turn on virtual environment
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py runserver
other prerequisites:
- run XAMPP and start APACHE and SQL
- if updated models:
- python manage.py make migrations
- python manage.py migrate