cash-stacks/server/setup.sh
2021-07-15 16:08:21 -06:00

5 lines
179 B
Bash
Executable File

python manage.py migrate
python manage.py makemigrations
python manage.py migrate
python manage.py seed
python manage.py createsuperuser --email admin@example.com --username admin