From 2bae93778e4321a410fa781077c7ea69081c0fa2 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 4 Jun 2018 16:11:19 -0500 Subject: [PATCH] admin: show core admin models again in admin --- dr_botzo/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dr_botzo/urls.py b/dr_botzo/urls.py index 193d5eb..b64da86 100644 --- a/dr_botzo/urls.py +++ b/dr_botzo/urls.py @@ -7,6 +7,7 @@ from django.views.generic import TemplateView from adminplus.sites import AdminSitePlus admin.site = AdminSitePlus() +admin.sites.site = admin.site admin.autodiscover() urlpatterns = [