We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: