Revision history [back]
It depends on how you are updating the settings - did you write code to do that or typed into django's python shell?
If you want to programmatically update settings, then the way to do it is:
from askbot.conf import settings
settings.update('SETTING_NAME', setting_value)