/django-todo-lists

This is a simple django application for todo management. It supports lists, contexts, tags and priorities. It consists in two components - RESTful AJAX API and javascript frontend.

Primary LanguageJavaScriptOtherNOASSERTION

django-todo-lists

This is a simple django application for todo management. It supports lists, contexts, tags and priorities. It consists in two components - RESTful AJAX API and javascript frontend.

You can see it in action at markitdone.com (the code behind this app is at MarkItDone)

The backend API is built with:

The frontend is built with:

INSTALLATION: If you want to see what it looks like, just install this package, include todo_lists.urls in your django project and either use router.js provided with this package, or mimic it's action in your own router. (well... it's a little more complicated than that; better take a look at MarkItDone)