ToolbarMiddleware causes NoReverseMatch for ‘cms_usersettings_change’ when trying to add Django CMS to existing project
I’m trying to add Django CMS to an existing Django 5.1.4 project, but I’m stuck on this error message when I try to load the CMS start page:
ToolbarMiddleware causes NoReverseMatch for ‘cms_usersettings_change’ when trying to add Django CMS to existing project
I’m trying to add Django CMS to an existing Django 5.1.4 project, but I’m stuck on this error message when I try to load the CMS start page:
ToolbarMiddleware causes NoReverseMatch for ‘cms_usersettings_change’ when trying to add Django CMS to existing project
I’m trying to add Django CMS to an existing Django 5.1.4 project, but I’m stuck on this error message when I try to load the CMS start page:
djangoCMS manage.py python.exe -m manage migrate failed
I am getting this error. I followed this documentation https://docs.django-cms.org/en/latest/introduction/01-install.html#install-django-cms-by-hand
how to set up a development environment or compile the CSS & JS bundles for the django CMS frontend
This is for folks who would like to work on the django-cms core package’s frontend code. For example: