Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.16 KB

README.rst

File metadata and controls

50 lines (32 loc) · 1.16 KB

django-setman

Django settings manager. Another.

Requirements

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).

License

django-setman is licensed under the BSD License.

Usage. More information

See full documentation at docs/ directory or browse online here.

Bugs, feature requests?

If you found some bug in setman reusable app, please, add new issue to the project's GitHub issues.