{ "info": { "author": "JBC", "author_email": "jbc dot develop at gmail dot com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Utilities" ], "description": "Application for distribuited configurations in django\n\nusage:\n 1. Install django-hateconf in your enviroment (or copy this folder in your \n django project root.\n 2. Add 'django_hateconf' in yours settings.py INSTALLED_APPS.\n 3. Add in your project's settings.py a dictionary \"SETTINGS_BIND\":\n \n SETTINGS_BIND = {\n \"file\": \n \"path/to/settings.\",\n \"bind\":\n (\"list or tuple\", \"of names\", \"of existing\", \"vars in\", \n \"settings.py to, bind),\n \"header\":\n \"header of your settings file (optional)\"\n }\n \n The keys\n \n file: absolute path to the file that contains the variable binds \n for settings.py.\n The file extention must be (case INsensitive):\n \n * \".yml\" or \".yaml\" for YAML (