[Migration] remove user_by_google_email, set_users_google_email
[mygpo.git] / Procfile
blob3ea8a09628af2789602aa21d7bd11f9e0e14f142
1 web: gunicorn mygpo.wsgi:application -c gunicorn.conf.py
2 beat: python manage.py celery beat -S djcelery.schedulers.DatabaseScheduler