Launch anaconda
Navigate to the app directory
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python populate.py (optional)
python manage.py runserver
http://localhost:8000
http://127.0.0.1:8000
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Launch anaconda
Navigate to the app directory
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python populate.py (optional)
python manage.py runserver
http://localhost:8000
http://127.0.0.1:8000