Skip to main content

Django application to provide a web interface to set a yet another django's settings

Project description

https://travis-ci.org/hirokiky/django-websettings.png

Django application to provide a web interface to set a yet another django’s settings.

Basic usage

You can set a setting file containing some key-value pairs like django’s settings.py. Then a web interface to set setting values will be provided automatically.

The value in the setting file is handled as default value of web interface. A new value set from web interface overrides that default value.

The setting file will be like this:

HTT_DRUM_PLAYER = 'Ritsu Tainaka'
HTT_BASS_PLAYER = 'Mio Akiyama'

Then you can get setting values from websettings.

>>> from websettings import websettings
>>> websettings.HTT_BASS_PLAYER
'Mio Akiyama'

After you set overriding value (like ‘Jun Suzuki’) by using web interface…:

>>> websettings.TEST_WEBSETTING
'Jun Suzuki'

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-websettings-1.0b1.tar.gz (24.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page