First time here? Check out the FAQ!
1

What is required to integrate Askbot with Django CMS?
 

I'm very new to all this and I'm thinking of integrating Askbot into Django CMS, so I wonder what key elements will need to be integrated. Is user auth one example? Anything else?

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)
kate_r's avatar
107
kate_r
asked 12 years ago
Evgeny's avatar
13.2k
Evgeny
updated 12 years ago

Comments

I'm interested in this too. I'm new here, and so I don't have enough points to upvote the question. Sounds weird that I can comment but not upvote!

akhayyat's avatar akhayyat (12 years ago)
see more comments

1 Answer

1

I haven't integrated it myself but I've build some custom cms-like stuff on top of askbot and I don't think it would be that hard to integrate it. I would probably start by installing askbot and then build rest of the stuff on top of it. Django-cms is just a Django app so install it like a django app inside of askbot project. There is no magic one line command to integrate it all, you have to get your hands dirty and customize askbot for your needs. If you are new to all this go trough django,askbot&django-cms docs&code and start hacking. That's the hardest but best way to learn something. Happy hacking :-)

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)
Dario's avatar
11
Dario
answered 12 years ago
link

Comments

see more comments