vote up 1 vote down star

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.

flag

1 Answer

vote up 1 vote down check

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

link|flag
Looks like it is the only one for it :) – Bloodboiler Sep 9 at 15:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.