Skip to content

Commit 7dd0bbb

Browse files
Update Procfile
1 parent af061da commit 7dd0bbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Procfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
web: gunicorn DjangoRestDeepLearning.wsgi:application --log-file - --log-level debug
22
python manage.py collectstatic --noinput
3-
release: manage.py migrate
3+
release: manage.py makemigrations App
4+
release: manage.py migrate App

0 commit comments

Comments
 (0)