Skip to content

Commit

Permalink
Added translate requirements & updated Procfile to install langs befo…
Browse files Browse the repository at this point in the history
…re running
  • Loading branch information
wes-otf committed Nov 21, 2024
1 parent bdb38c1 commit 1393cc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles
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 -
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ whitenoise==6.6.0
xhtml2pdf==0.2.15
python-bidi==0.4.2
xmltodict==0.13.0

-r requirements-translate.txt

0 comments on commit 1393cc1

Please sign in to comment.