Update the README with the i18n instructions

This commit is contained in:
Rodolphe Breard 2018-01-27 21:32:21 +01:00
parent 044ae4b028
commit c9c2a5cda9

View file

@ -5,6 +5,7 @@
* Python 3
* pipenv
* git
* gettext
## Quick deployment
@ -16,6 +17,7 @@ vim .env
pipenv --python 3 --update
pipenv run ./manage.py migrate
pipenv run ./manage.py collectstatic
pipenv run ./manage.py compilemessages
```