[Migration] move activate_user to UserProxy.activate
[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