|
I’m an experienced web developer new to Django/Python. Having set up OSQA running on Apache, I want to disable the Community Wiki feature, so I added
to my settings_local.py file. This has not had any effect (the 'community wiki' checkbox is still visible on the 'ask a question form', for example). Restarting Apache doesn’t make any difference. How can I get this setting to take effect? Are the settings in settings_local.py cached somehow? I already have
in my settings_local.py. |
|
The "wiki switch" has moved from the settings file to a live setting a while back. You can see it in the admin area, under "forum setting"/"Form settings". And I know is not the most obvious place :) EDIT: And yes, settings are cached, there are actually two levels of caching for settings, since they are heavily used in every request. |