We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab26d7a commit 0e6ad20Copy full SHA for 0e6ad20
1 file changed
Procfile
@@ -1,2 +1,4 @@
1
web: gunicorn --config gunicorn_conf.py docia.wsgi
2
worker: celery --app docia worker -l INFO --concurrency=2
3
+postdeploy: python manage.py migrate
4
+
0 commit comments