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 don't know if it fixes your problem, but try installing this fork https://github.com/ionata/django-singletons
It is updated for 1.5 and it did fix a similar problem I had.
Anyone know how to specify how to download that version in a pip requirements.txt file? By default it will download tttallis django-singletons version and not ionata's.
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
The text was updated successfully, but these errors were encountered: