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 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.
Source Distribution
django-solo-1.0.5.tar.gz
(103.1 kB
view details)
File details
Details for the file django-solo-1.0.5.tar.gz
.
File metadata
- Download URL: django-solo-1.0.5.tar.gz
- Upload date:
- Size: 103.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc527cfcc6691bd823079e0407ff584ad100fa499f03f807d74f2a9ee29d992a |
|
MD5 | c91563814af7e01c05ab5a037b5809c4 |
|
BLAKE2b-256 | fe1ee19aabd97548f0927f0f9423a816489b2f53b59f3774cbe53bcbaafd6117 |