bdarnell / django-tornado-demo

Demo app for django and tornado in one process
219 stars 63 forks source link

django built-in webserver #1

Closed jakubzitny closed 11 years ago

jakubzitny commented 11 years ago

Hi, is there any way to run this (tornado_main.py) along with django builtin webserver, not just inside wsgi app, please?

bdarnell commented 11 years ago

If you want to run a tornado app alongside a standard django app, just do that and run them as two separate processes. The point of this project is for when you want to run both in the same process on the same server stack.