You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the install instruction to the dot but I can't the django.contrib.auth stuff in the admin. It also not accessible by url. When I remove adminplus it works again.
I'm using Django 1.9 with Python 3
The text was updated successfully, but these errors were encountered:
Same behaviour there. Groups & users was correctly discovered with Django 1.8 but aren't available with Django 1.9. It looks like their admin.register is done on another AdminSite...
Just realised that this might be the same as issue #42 that I raised..
I think these models are being added by an earlier autodiscover.. I have a work around for now but would like to see if a better solution can be found.
I followed the install instruction to the dot but I can't the django.contrib.auth stuff in the admin. It also not accessible by url. When I remove adminplus it works again.
I'm using Django 1.9 with Python 3
The text was updated successfully, but these errors were encountered: