Loading [MathJax]/jax/output/HTML-CSS/jax.js
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.

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)
gopalraha's avatar
332
gopalraha
asked 8 years ago

Comments

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.

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 8 years ago
link

Comments

see more comments