diff --git a/Procfile b/Procfile index 30145a9..06a5728 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python manage.py migrate && gunicorn hashflix:wsgi --log-file - \ No newline at end of file +web: python manage.py migrate && gunicorn hashflix.wsgi --log-file - \ No newline at end of file