added makemigrations

This commit is contained in:
d0c 2023-05-08 17:03:11 +02:00
parent 39144a209e
commit 233b65ae7e

View file

@ -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