diff --git a/Procfile b/Procfile index d70edfb..548852c 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: gunicorn procentapi.wsgii --log-file - +web: gunicorn procentapi.wsgi --log-file - worker: celery -A procentapi worker -l info release: python manage.py migrate \ No newline at end of file