Update the README with the i18n instructions
This commit is contained in:
parent
044ae4b028
commit
c9c2a5cda9
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
* Python 3
|
* Python 3
|
||||||
* pipenv
|
* pipenv
|
||||||
* git
|
* git
|
||||||
|
* gettext
|
||||||
|
|
||||||
|
|
||||||
## Quick deployment
|
## Quick deployment
|
||||||
|
@ -16,6 +17,7 @@ vim .env
|
||||||
pipenv --python 3 --update
|
pipenv --python 3 --update
|
||||||
pipenv run ./manage.py migrate
|
pipenv run ./manage.py migrate
|
||||||
pipenv run ./manage.py collectstatic
|
pipenv run ./manage.py collectstatic
|
||||||
|
pipenv run ./manage.py compilemessages
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue