An open API service indexing awesome lists of open source software.

https://github.com/rmax/django-on-tornado

Run django on tornado webserver
https://github.com/rmax/django-on-tornado

Last synced: 9 months ago
JSON representation

Run django on tornado webserver

Awesome Lists containing this project

README

          

Requirements
============
* Django_
* Tornado_

.. _Django: http://www.djangoproject.com/
.. _Tornado: http://www.tornadoweb.org/

Instructions
============

1. ``cd myproject``
2. ``python manage.py syncdb``
3. ``python manage.py runtornado --reload --admin``
4. Go to: http://localhost:8000/admin/

ToDo
====

* Integrate Tornado's handlers

Acknowledgements
================

Idea and code snippets borrowed from http://geekscrap.com/2010/02/integrate-tornado-in-django/