Browse Source

add translation requirements to README

master
Benni Bärmann 1 year ago
parent
commit
c6dabb2213
  1. 3
      README.md

3
README.md

@ -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…
Cancel
Save