root/configutils/trunk/src/config/README

Revision 33, 246 bytes (checked in by alep, 3 months ago)

+ Readme

Line 
1
2 This django app provides a model which store key, value pairs.
3
4 To retrieve keys you can do the following:
5    
6     conf = Config()
7     print conf['key']
8    
9 To install just add the package to you PYTHONPATH and include it in
10 the INSTALLED_APP.
Note: See TracBrowser for help on using the browser.