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
- Host: GitHub
- URL: https://github.com/rmax/django-on-tornado
- Owner: rmax
- Created: 2010-03-08T06:59:58.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-08T07:20:09.000Z (about 16 years ago)
- Last Synced: 2025-06-08T17:03:47.516Z (12 months ago)
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 15
- Watchers: 1
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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/