add translation requirements to README
This commit is contained in:
parent
ff1aef386f
commit
c6dabb2213
|
@ -7,6 +7,8 @@ meaning "Onboarding, Change, Offboarding"
|
|||
|
||||
# development
|
||||
|
||||
- install gettext for instance via "apt install gettext" for translations
|
||||
|
||||
- set up a virtual environment with virtualenvwrapper or some other
|
||||
environment managing tool
|
||||
|
||||
|
@ -52,6 +54,7 @@ run the following commands:
|
|||
|
||||
python3 manage.py migrate
|
||||
python3 manage.py collectstatic
|
||||
django-admin compilemessages
|
||||
|
||||
server starts with
|
||||
|
||||
|
|
Loading…
Reference in New Issue