remove makemigrations from run command

This commit is contained in:
Andreas Zweili 2020-03-10 21:22:47 +01:00
parent fefebf2747
commit 06245632c7
1 changed files with 0 additions and 1 deletions

1
run.sh
View File

@ -1,7 +1,6 @@
export DJANGO_SETTINGS_MODULE=sensors.settings.production
export DJANGO_DEBUG=False
export DJANGO_SECRET_KEY=foo
./manage.py makemigrations
./manage.py migrate
gunicorn sensors.wsgi:application --bind 0.0.0.0:8000 --workers 3 &
./collector.sh &