Skip to content

Arno-Project/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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