Django#
Start project: poetry run python3 manage.py runserver
Backup | ref#
Use local_backup_fixtures.sh if you are in staging or backup-fixtures.sh if you are in production.
Restore | ref#
Use local_restore_fixtures.sh if you are in staging or restore-fixtures.sh if you are in production.
Translation | ref#
Make translation file: poetry run python3 manage.py makemessages -l en
Translate all: poetry run python3 manage.py compilemessages