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 e16b142 commit 7b595f2Copy full SHA for 7b595f2
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
@@ -1002,3 +1002,5 @@ xhtml2pdf==0.2.16 \
1002
xmltodict==0.14.2 \
1003
--hash=sha256:201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553 \
1004
--hash=sha256:20cc7d723ed729276e808f26fb6b3599f786cbc37e06c65e192ba77c40f20aac
1005
+
1006
+-r requirements-translate.txt
0 commit comments