Merge pull request #699 from JuanCanham/lint/cleanup-unused-imports
[mygpo.git] / Procfile
blob4dd80190581b4bf80427cdae7313d76ce79d63b3
1 web: gunicorn mygpo.wsgi:application -c conf/gunicorn.conf.py
2 beat: celery -A mygpo beat --pidfile /tmp/celerybeat.pid -S django
3 celery: celery -A mygpo worker --concurrency=3 -l info -Ofair