Recently I got a request from Django site operator to be able to modify
some options we had put into settings.py file. Now changes to some
business-related options require server restart (i.e. change to
DEFAULT_FROM_EMAIL, which isn't that exotic). I'd like to give site
admin an option to modify a subset of settings options without the need
to restart Django process. My initial idea was to use general config
file (in a format ConfigParser is using) and define these options there.
While this might work for the options I defined by myself, the standard
settings options "should not be changed in runtime" (according to docs).
Did anybody manage to solve this issue?

-- 
Jarek Zgoda
Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101

"We read Knuth so you don't have to." (Tim Peters)

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

Reply via email to