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.
post-compile
1 parent 464b28d commit 1e1a283Copy full SHA for 1e1a283
Procfile
@@ -1,3 +1,3 @@
1
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles
2
-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 -
3
worker: celery worker --app=hypha.celery --autoscale=6,2 --events
bin/post_compile
@@ -0,0 +1 @@
+pip install -r requirements/translate-cpu.txt
0 commit comments