django-websettings

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

If you want to learm about django-websettings, please read introduction of django-websettings first.

Resources

At a glance

Setting values:

# In websettings.py file
HTT_DRUM_PLAYER = 'Ritsu Tainaka'
HTT_BASS_PLAYER = 'Mio Akiyama'

Getting setting values:

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

On web interface:

list view of django-websettings

Changed the value:

edit view of django-websettings

And then:

>>> from websettings import websettings
>>> websettings.HTT_BASS_PLAYER
'Jun Suzuki'

That’s it! You like this and want to learn more, please read introduction of django-websettings first.

Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.