Skip to content

Commit 8d956cb

Browse files
committed
Temporary removal of translate reqs & procfile steps
1 parent ef80c68 commit 8d956cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Procfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
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 -
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 -

requirements/prod.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,4 @@ xhtml2pdf==0.2.16 \
10061006
--hash=sha256:b37040127627aee42f76f25ebbd5798308ffc93edaf4850a4d3dd894160ebb53
10071007
xmltodict==0.14.2 \
10081008
--hash=sha256:201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553 \
1009-
--hash=sha256:20cc7d723ed729276e808f26fb6b3599f786cbc37e06c65e192ba77c40f20aac
1010-
1011-
-r translate.txt
1009+
--hash=sha256:20cc7d723ed729276e808f26fb6b3599f786cbc37e06c65e192ba77c40f20aac

0 commit comments

Comments
 (0)