First time here? Check out the FAQ!
0

How to change the askbot.conf values?

I am new to Django/Askbot, somehow my FEEDBACK_EMAILS got incorrect email address. I am not able to update it. Can someone please help me on on how to do it? I have tried cleaning up the db/session/cache etc.

from askbot.conf import settings as a a.FEEDBACK_EMAILS

anonymous user
asked 2014-12-12 23:12:11 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

Evgeny's avatar
13.2k
Evgeny
answered 2014-12-13 16:50:04 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments