Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 347 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 347 Bytes

Arno

cd backend

Start project

make build
make up

Stop project

make down

Translations

Make messages:

python manage.py makemessages --locale=fa --ignore=venv

Translate strings in 'locale/fa/LC_MESSAGES'.

Compile messages:

python manage.py compilemessages --locale=fa