Integrating askbot with another system
New askbot user here. First of all great job on the software! I'm really liking it so far. I'm looking to use askbot as the Q&A section of a larger site. In an [earlier...
View ArticleI'm looking at using askbot to develop a Q&A site for health issues, looking...
Hi. I'm looking into developing a q&a system inside a Custom built Django CMS site. Should I develop the site on top of askbot? Or can I drag apps across when needed, and build up? Many thanks.
View ArticleManyToMany join table "question_followed_by" is empty.
We are integrating askbot into our existing django site. We found the join table `question_followed_by` is empty even when we have created 9 questions. mysql> describe question_followed_by;...
View Article'WSGIRequest' object has no attribute 'session' - error trying to integrate...
Currently getting the following error when moving between askbot pages and our own django app: 'WSGIRequest' object has no attribute 'session' with traceback ending at...
View Articleredirect back to askbot after login via own django app
Next question! We're trying to integrate askbot with our own django app. Currently, after the user logs in, they are not redirected back to the askbot pages. Normally in django you would use something...
View Articlesharing templates between askbot and our own django app
Hey there, We've been working on customising the askbot skin to fit in with the rest of our site ([pythonanywhere.com](http://www.pythonanywhere.com), if you were getting curious!) and it would be cool...
View Articledatabase migration failure
`syncdb` works fine, but `./manage.py migrate` fails at askbot:0012_delete_some_unused_models with error: django.db.utils.IntegrityError: (1217, 'Cannot delete or update a parent row: a foreign key...
View ArticleWhat kind of integration with wordpress is possible?
I read somewhere that ASKBOT can integrate somehow with WordPress (cant recall where or find it on search here now). Can I read more about this somewhere? Would this be suitable for 'non-geek' users...
View ArticleIntegrityError when updating user
Hello! I want to integrate askbot to my django project. When I'm trying to update user information using admin interface, i'm getting this exception: update or delete on table "auth_user_groups"...
View ArticleHow to use askbot as a pluggable django app?
I have seen mentioned in a few places that it shouldn't be *too* much work to integrate askbot into an existing django-based project (e.g., see...
View ArticleHow can I integrate Askbot into own django app?
Hi! I'm totally new to python and Django. I'm planning to restart a project currently in Drupal as a Django Project. This project currently has a fotum. My question now is: What is the best way to...
View ArticleHow to integrate askbot with Rails app ?
Dear lovely Askbotians, I would like to have a askbot with my rails app. Please let us know, the ways available to integrate askbot with rails app. I love askbot. Thanks Kiran.
View ArticleHas anyone tried integrating mezzanine with askbot?
Would love to see such solution in askbot code base. But if it's not askbot team's focus, what is the general advice for ppl thinking of building such a solution?
View ArticleHow do i integrate askbot with java application?
i would like to integrate Askbot with my java Application.
View ArticleWhat would the best way to integrate the hosted version of askbot with slack be?
There is a django plugin that does this, but it applies to self-hosted instances. Slack also makes it very easy to subscribe chat channels to RSS feeds, but in our case, our forum is supposed to be...
View ArticleError when posting - Can't find personal group (into existing site Django 1.8)
Hello! I'm trying to add askbot into an existing site running Django 1.8. I've just got things up and running, but ran into an error when trying out my first test post. It bombs on the last line here:...
View ArticleWhat are Askbots features and Integration?
I've recently been doing some research into Q&A platforms and possibly bringing one into the Royal Bank of Scotland. I was wondering if you could answer a few questions regarding your features and...
View Article