Skip to content

Commit c77d4fe

Browse files
committed
Added translate requirements & updated Procfile to install langs before running
1 parent de98c7b commit c77d4fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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 -
2+
web: python manage.py install_languages fr_en ar_en es_en --noinput && gunicorn hypha.wsgi:application --log-file -

requirements/prod.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,3 +971,5 @@ xhtml2pdf==0.2.16 \
971971
xmltodict==0.14.2 \
972972
--hash=sha256:201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553 \
973973
--hash=sha256:20cc7d723ed729276e808f26fb6b3599f786cbc37e06c65e192ba77c40f20aac
974+
975+
-r requirements-translate.txt

0 commit comments

Comments
 (0)