jsocol / django-adminplus

Easily add custom views to the Django admin.
BSD 3-Clause "New" or "Revised" License
589 stars 79 forks source link

Can't see "Authentication and Authorization" in adminplus #38

Closed maccesch closed 8 years ago

maccesch commented 8 years ago

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

mlorant commented 8 years ago

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...

jsocol commented 8 years ago

I haven't had—and probably won't for a little while—a chance to look into this. Anyone find anything?

stretch4x4 commented 8 years ago

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.

jsocol commented 8 years ago

Yeah, this is a duplicate of #42, closing in favor of that one.