awesto / django-shop

A Django based shop system

Home Page:http://www.django-shop.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overridden AdminSite

Josephine-Marie opened this issue · comments

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?