Skip to content

Commit 5ab9250

Browse files
committed
Updated procfile to install langs
1 parent 1de4216 commit 5ab9250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles
1+
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles && python manage.py install_languages fr_en
22
web: gunicorn hypha.wsgi:application --log-file -

0 commit comments

Comments
 (0)