You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a new Wagtail project and I've an issue with wagtailmenus app:
cogwheels.exceptions.settings.DefaultValueNotImportable: There is an issue with the default value specified for MAIN_MENUS_ADMIN_CLASS in wagtailmenus.conf.defaults. No module could be found matching the path 'wagtailmenus.menuadmin'. Please use a full (not relative) import path with the object name at the end, for example: 'project.app.module.object'.
When looking in the site-packages directory, I can find the module but I cannot load it.
Wagtail==6.3.1
Django==4.2.17
wagtailmenus==4.0.1
Thanks for your help !
The text was updated successfully, but these errors were encountered:
Hi,
I'm working on a new Wagtail project and I've an issue with
wagtailmenus
app:When looking in the
site-packages
directory, I can find the module but I cannot load it.Wagtail==6.3.1
Django==4.2.17
wagtailmenus==4.0.1
Thanks for your help !
The text was updated successfully, but these errors were encountered: