added makemigrations
This commit is contained in:
parent
39144a209e
commit
233b65ae7e
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -3,5 +3,5 @@
|
|||
source bin/activate
|
||||
pip install -r requirements.txt
|
||||
docker compose up -d
|
||||
python manage.py migrate
|
||||
python manage.py makemigrations && python manage.py migrate
|
||||
python manage.py runserver
|
||||
|
|
Loading…
Reference in a new issue