Skip to content

Commit 10a2f50

Browse files
Update Procfile
1 parent 7dd0bbb commit 10a2f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Procfile

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

0 commit comments

Comments
 (0)