Ask Your Question
0

can I run askbot on tornado instead of django

asked 2010-09-21 01:22:31 -0500

pythonwannabehero gravatar image pythonwannabehero
1 1

updated 2010-09-21 16:58:51 -0500

is it easy to make askbot sourcecode work on tornado? any guidelines?

delete close flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2011-05-28 20:17:55 -0500

Zhiz0id gravatar image Zhiz0id
58 1 2 5

You can find simple tutorial for askbot/django + tornado there: Deploying Django Projects on Tornado

Also you need to patch tornado/wsgi.py in some places.

It is works for me.

link publish delete flag offensive edit
0

answered 2010-09-21 08:10:10 -0500

Evgeny gravatar image Evgeny flag of Chile
11009 50 84 182
http://askbot.org/

updated 2010-09-21 08:12:01 -0500

Tornado is a webserver, django is not. I think if you really want it you can run askbot through tornado instead of some other webserver. It's unlikely that you will benefit from such configuration at this point because askbot does not yet heavily use asynchronous communication.

However running askbot without django is impossible, because it is written using Django framework. Just look at the askbot source code and see how many times there is a statement like from django... import xyz.

link publish delete flag offensive edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2010-09-21 01:22:31 -0500

Seen: 137 times

Last updated: May 28 '11