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 de98c7b commit c77d4feCopy full SHA for c77d4fe
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/prod.txt
@@ -971,3 +971,5 @@ xhtml2pdf==0.2.16 \
971
xmltodict==0.14.2 \
972
--hash=sha256:201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553 \
973
--hash=sha256:20cc7d723ed729276e808f26fb6b3599f786cbc37e06c65e192ba77c40f20aac
974
+
975
+-r requirements-translate.txt
0 commit comments