On Jul 1, 3:37 pm, pablo platt <pablo.pl...@gmail.com> wrote: > 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
I've been successfully using django-dbsettings for years. It was originally called django-values, and I think it's the original source of what went into Satchmo and was later extracted again as django- livesettings. You can find the up-to-date version, complete with docs, on github: http://github.com/sciyoshi/django-dbsettings -- DR. -- 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.