jsocol / django-adminplus

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

Autodiscover from readme doesn't work correctly #75

Open nitr0man opened 10 months ago

nitr0man commented 10 months ago

when I tried to do autodiscover like in manual - it doesn't work correctly (a lot of models wasn't discovered).

I've overrided default admin site according to Django manual https://docs.djangoproject.com/en/4.0/ref/contrib/admin/#overriding-default-admin-site and it works OK.

Please update your manual.