cd myproject
python manage.py syncdb
python manage.py runtornado --reload --admin
- Go to: http://localhost:8000/admin/
- Integrate Tornado's handlers
Idea and code snippets borrowed from http://geekscrap.com/2010/02/integrate-tornado-in-django/
cd myproject
python manage.py syncdb
python manage.py runtornado --reload --admin
- Go to: http://localhost:8000/admin/
Idea and code snippets borrowed from http://geekscrap.com/2010/02/integrate-tornado-in-django/