awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.17k stars 1.04k forks source link

Overridden AdminSite #852

Closed Josephine-Marie closed 3 years ago

Josephine-Marie commented 3 years ago

I need to override the AdminSite, because I need to change the AdminTemplate. When I follow this: https://docs.djangoproject.com/en/3.0/ref/contrib/admin/#overriding-the-default-admin-site

with a normal Django Project or a default DjangoCMS project as a test, everything works. Now I am using the cookiecutter Template and now this happens: https://stackoverflow.com/questions/67007889/django-importerror-module-does-not-define-attribute-class

does anyone have an idea where this could come from?