Django Solo is a tool for your singleton model. Singletons can be used for things like global settings that you want to edit from the admin site.
Project description
Django Solo helps working with singletons. A singleton is database table that only have one row.
Singletons are useful for things like global settings that you want to edit from the admin instead of having them in Django settings.py.
Features
You define the singleton model that will hold you settings.
Django Solo provides a base class for your singleton model and admin classes.
You get an admin interface that’s aware that you only have one object.
You can retrieve the singleton object from templates.
By enabling caching, the database is not queried intensively.
Read more: http://github.com/lazybird/django-solo/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.