Opened 17 years ago
Closed 17 years ago
#6771 closed (duplicate)
ImportError when trying to use newforms-admin with django.contrib.auth
Description ¶
The following error occurs when trying to use newforms-admin with django.contrib.auth
:
Could not import django.contrib.auth.views. Error was: cannot import name UserCreationForm
This import is happening in django.contrib.auth.admin
; if I add a try...except
around the import to catch the ImportError
it fixes it.
This happens when trying to view any page; it must be occurring during the initial loading of urlpatterns but I'm not sure what the fix should be.
Note:
See TracTickets
for help on using tickets.
See also #6083.