diff --git a/Procfile b/Procfile index 7a06120..30145a9 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python manage.py migrate && gunicorn filme: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