django-setman is yet another Django settings manager app.
Installation
On most UNIX-like systems, you'll probably need to run these commands as root or using sudo.
To install use:
pip install django-setman
Or:
python setup.py install
Also, you can retrieve fresh version of setman from GitHub:
git clone git://github.com/odeskps/django-setman.git
and place setman directory somewhere to PYTHONPATH (or sys.path).
Usage. More information
See full documentation at docs/ directory.
Bugs, feature requests?
If you found some bug in setman reusable app, please, add new issue to the project's GitHub issues.
Requirements:
· Python
· Django