First time here? Check out the FAQ!
0

How to Add Askbot to default Django Installation

I have configured a default default Django Installation all are working nice.

I want to know how to add ASKBOT to default django site.

Thanks.

gopalraha's avatar
332
gopalraha
asked 2016-07-27 03:37:44 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

Evgeny's avatar
13.2k
Evgeny
answered 2016-07-27 04:33:13 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments