I just installed singletons and had an error when loading the admin homepage ("/admin")
Caught NoReverseMatch while rendering: Reverse for 'localsite_pubaccueil_changelist' with arguments '()' and keyword arguments '{}' not found.
Perhaps related to the fact I use django-admin-tools and that it looks for this url ?
EDIT : it is related to admin-tools
Then, as it's something it expects from any model, how can I make singletons compatible with that ?
thanks
I just installed singletons and had an error when loading the admin homepage ("/admin")
Perhaps related to the fact I use django-admin-tools and that it looks for this url ?
EDIT : it is related to admin-tools
Then, as it's something it expects from any model, how can I make singletons compatible with that ?
thanks