Browse Source

added makemigrations

d0c 11 months ago
parent
commit
233b65ae7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      start.sh

+ 1 - 1
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