views:

332

answers:

2

Is there a good way provide user configurable app settings in Django admin?

Basically I would like to have a nice forms where site owner can easily edit such one off information as his contact information, front page text content, etc. Sort of like a normal admin interface of a model, but limited to only one undeletable item in the model.

+1  A: 

The third-party project django-dbsettings is ideal for this.

Daniel Roseman
Looks like it is the only one for it :)
Bloodboiler
+1  A: 

I looked at dbsettings and liked some of what I saw, but I really wanted a more centralized, organized system. So I built django-appsettings. Enjoy :)

Jared Forsyth