diff --git a/Procfile b/Procfile index 17e865a..52372db 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,4 @@ release: python manage.py migrate release: python manage.py collectstatic --no-input web: gunicorn project.wsgi +worker: python manage.py runcelery