Hi

I need to let the admin change settings in the admin interface.
Settings could be tax_rate, admin email, site description...
The straight forward approach is to have a model of key/value pairs in the
db.
The key/value pairs could be cached in request.settings on the first access
like request.user.
This might increase the size of the request.

I've found django-livesettings and django-appsettings.
django-livesettings doesn't have any docs.
I've followed the readme of django-appsettings but couldn't get the app
settings.py to be called.

Is there an app that does that or more docs on the above apps?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to