First time here? Check out the FAQ!

Revision history  [back]

Hello, the pythonpath must also include the parent directory of your whole django project - the one that usually contains settings.py.

If you already had settings.py before adding askbot - then you'll need to update the settings.py and urls.py manually. askbot-setup is not attempting to fix the project files.

It also may happen that there is an error during execution of the settings.py file - in that case some debugging might help to figure out what goes wrong - just place print statement somewhere in the middle of the file, then see if it works. Then move around that statement to see what breaks.

In case you are adding askbot to an existing site you'll have to adjust settings.py and urls.py manually. The templates are available in askbot/setup_templates directory.