herberthamaral / simpletodolist

Todolist with python+django+tornado+jquerymobile+websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Todolist with python+django+tornado+jquerymobile+websockets


Languages

Language:JavaScript 96.1%Language:Python 3.9%