Revision history [back]
You just need to log in as site administrator and visit the "settings" session and make adjustments.
In the case you want to add a setting into your settings.py file, specify ASKBOT_<setting name> = <somevalue>
, but for this you need to look a bit into the code as you'll need to know how to enter available values and what is the internal name of the setting.