Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 330 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 330 Bytes
conda create -n bigeye
conda activate bigeye

python manage.py makemigrations
python manage.py migrate

python manage.py createsuperuser
>admin
>[email protected]
>admin

python manage.py runserver


# when you make a change in the model

python manage.py makemigrations
python manage.py migrate
python manage.py runserver