Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 234 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 234 Bytes
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py migrate jet
python manage.py migrate dashboard
python manage.py createsuperuser
python manage.py runserver