django-configstore 0.1

django-configstore is a Django app to allow for other apps to easily store site based configurations.Installation- Add the 'configstore' directory to your Python path- Add 'configstore' to your INSTALLED_APPS in your settings fileUsageDefine your...