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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
anonymous user
asked 10 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 10 years ago
link

Comments

see more comments