[Answer]-Running `manage.py` for `makemessages` from another directory

1👍

You can access it from directory bellow like this:

python ../manage.py makemessages

if it is two directories bellow:

python ../../manage.py makemessages

Leave a comment