Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 497 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 497 Bytes

Very simple todo list with jquerymobile + django + django-tastypie + websocket + tornado

Just a proof of concept

Installing

pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver &
python websocket.py &

You need to go to http://localhost:8000/admin/ in order to create more users;

Screenshot:

screenshot