7👍
Updates the message files for all available languages. Read the docs for more info
django-admin makemessages -a -s
then compile
django-admin compilemessages
and restart your server
Source:stackexchange.com
7👍
Updates the message files for all available languages. Read the docs for more info
django-admin makemessages -a -s
then compile
django-admin compilemessages
and restart your server