django-dbsettings

Application settings whose values can be updated while a project is up and running
Download

django-dbsettings Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Samuel Cormier-Iijima
  • Publisher web site:
  • http://github.com/hdg700/

django-dbsettings Tags


django-dbsettings Description

Storing settings in the databaseNot all settings belong in settings.py, as it has some particular limitations:- Settings are project-wide. This not only requires apps to clutter up settings.py, but also increases the chances of naming conflicts.- Settings are constant throughout an instance of Django. They cannot be changed without restarting the application.- Settings require a programmer in order to be changed. This is true even if the setting has no functional impact on anything else.Many applications find need to overcome these limitations, and dbsettings provides a convenient way to do so.django-dbsettings is a Django app who's main goal is to define a set of placeholders that will be used to represent the settings that are stored in the database. Then, the settings may edited at run-time using the provided editor, and all Python code in your application that uses the setting will receive the updated value.InstallationTo install the dbsettings package, simply place it anywhere on your PYTHONPATH.Product's homepage


django-dbsettings Related Software