Override django contrib auth locales

161 views Asked by At

I am using the login and registration views from django.contrib.auth But now I want to implement custom translations. How can I get the messages from there to my translation file which I created using ./manage.py makemessages -a

0

There are 0 answers