Ask Your Question
0

How to change the askbot.conf values?

asked 2014-12-12 23:12:11 -0500

anonymous user

Anonymous

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-12-13 16:50:04 -0500

Evgeny's avatar

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2014-12-12 23:12:11 -0500

Seen: 145 times

Last updated: Dec 13 '14