First time here? Check out the FAQ!
1

Embedding content from url in question

I have another Django app that I would like to use Askbot as a Q&A site for. My site has data about various items made with d3.js. I would like to give link next to each item as "ask about it in Askbot", consequently the d3 chart should be embedded in the question.

My app works on python 3 right now, so I cannot use Askbot as a reusable app.

How can I make this happen?

One possible scenario is to have a public api of the charts and embed a url in Askbot. Is this possible? Then I would have to make the js dependencies available in the question by default.

doganmeh's avatar
11
doganmeh
asked 2017-04-23 10:58:11 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Sorry but Askbot won't works with python 3 it only works with Python 2 only.

gopalraha's avatar
332
gopalraha
answered 2017-05-07 12:10:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments