Skip to content

Commit f4f4cc7

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

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.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ whitenoise==6.6.0
6262
xhtml2pdf==0.2.15
6363
python-bidi==0.4.2
6464
xmltodict==0.13.0
65+
66+
-r requirements-translate.txt

0 commit comments

Comments
 (0)