I've tried to create an AppConfig sub-instance with name =
'django.contrib.auth' and verbose_name but I got a error
"django.core.exceptions.ImproperlyConfigured: Application labels aren't
unique, duplicates: auth".
So does it can not override verbose_name for auth app?
--
Ticket URL: <https://code.djangoproject.com/ticket/25071>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
Did you remove 'django.contrib.auth' from `INSTALLED_APPS`?
This is a support request rather than a bug or feature request, so please
see TicketClosingReasons/UseSupportChannels for ways to get help.
--
Ticket URL: <https://code.djangoproject.com/ticket/25071#comment:1>