django-solo helps working with singletons: things like global settings that you want to edit from the admin site.
Project description
Django Solo helps working with singletons: database tables 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 model that will hold you settings.
django-solo gives helper parent class for your model and the admin classes.
You get an admin interface that’s aware you only have one object.
You can retrieve the object from templates.
By enabling caching, the database is not queried intensively.
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.
Source Distribution
django-solo-1.0.1.tar.gz
(103.0 kB
view hashes)