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 ea78e9f commit f4f4cc7Copy full SHA for f4f4cc7
Procfile
@@ -1,2 +1,2 @@
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 -
requirements.txt
@@ -62,3 +62,5 @@ whitenoise==6.6.0
62
xhtml2pdf==0.2.15
63
python-bidi==0.4.2
64
xmltodict==0.13.0
65
+
66
+-r requirements-translate.txt
0 commit comments