LICENSE
MANIFEST.in
README.md
setup.py
django_todo.egg-info/PKG-INFO
django_todo.egg-info/SOURCES.txt
django_todo.egg-info/dependency_links.txt
django_todo.egg-info/not-zip-safe
django_todo.egg-info/requires.txt
django_todo.egg-info/top_level.txt
todo/__init__.py
todo/admin.py
todo/forms.py
todo/models.py
todo/urls.py
todo/utils.py
todo/management/__init__.py
todo/management/commands/__init__.py
todo/management/commands/hopper.py
todo/migrations/0001_initial.py
todo/migrations/0002_auto_20150614_2339.py
todo/migrations/0003_assignee_optional.py
todo/migrations/0004_rename_list_tasklist.py
todo/migrations/0005_auto_20180212_2325.py
todo/migrations/0006_rename_item_model.py
todo/migrations/0007_auto_update_created_date.py
todo/migrations/__init__.py
todo/static/todo/css/styles.css
todo/static/todo/js/jquery.tablednd_0_5.js
todo/templates/base.html
todo/templates/todo/add_list.html
todo/templates/todo/add_task_external.html
todo/templates/todo/base.html
todo/templates/todo/del_list.html
todo/templates/todo/list_detail.html
todo/templates/todo/list_lists.html
todo/templates/todo/search_results.html
todo/templates/todo/task_detail.html
todo/templates/todo/email/assigned_body.txt
todo/templates/todo/email/assigned_subject.txt
todo/templates/todo/email/newcomment_body.txt
todo/templates/todo/include/task_edit.html
todo/templates/todo/include/toggle_delete.html
todo/tests/__init__.py
todo/tests/conftest.py
todo/tests/test_utils.py
todo/tests/test_views.py
todo/views/__init__.py
todo/views/add_list.py
todo/views/del_list.py
todo/views/delete_task.py
todo/views/external_add.py
todo/views/list_detail.py
todo/views/list_lists.py
todo/views/reorder_tasks.py
todo/views/search.py
todo/views/task_detail.py
todo/views/toggle_done.py