Revision history [back]
As with other Django apps one should configure the settings.py
and urls.py
files. Askbot has many items that go into the settings file, have a look into the askbot/setup_templates/settings.py.mustache
.
Alternatively, it is possible to run askbot-setup
and that will prepare the settings, urls and other files according to your input.
It might be a bit challenging, but possible by using the sample file as a guide, to merge askbot settings file with the pre-existing one at the moment, there is a room for improvement here.