Skip to content

Commit ed15e35

Browse files
committed
Run translate requirements via post-compile file, reinstated procfile
1 parent 4955a1b commit ed15e35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Procfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles
2-
#web: python manage.py install_languages fr_en ar_en es_en --noinput && gunicorn hypha.wsgi:application --log-file -
3-
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 -

bin/post_compile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip install -r requirements/translate-cpu.txt

0 commit comments

Comments
 (0)