We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
post-compile
1 parent a9aa05a commit 046024fCopy full SHA for 046024f
2 files changed
Procfile
@@ -1,4 +1,3 @@
1
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles
2
-#web: python manage.py install_languages fr_en ar_en es_en --noinput && gunicorn hypha.wsgi:application --log-file -
3
-web: gunicorn hypha.wsgi:application --log-file -
+web: python manage.py install_languages fr_en ar_en es_en --noinput && gunicorn hypha.wsgi:application --log-file -
4
worker: celery --app=hypha.celery worker --events
bin/post_compile
@@ -0,0 +1 @@
+pip install -r requirements/translate-cpu.txt
0 commit comments