LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
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/requires.txt
django_todo.egg-info/top_level.txt
todo/__init__.py
todo/admin.py
todo/check.py
todo/defaults.py
todo/features.py
todo/forms.py
todo/models.py
todo/urls.py
todo/utils.py
todo/data/import_example.csv
todo/mail/__init__.py
todo/mail/delivery.py
todo/mail/consumers/__init__.py
todo/mail/consumers/tracker.py
todo/mail/producers/__init__.py
todo/mail/producers/imap.py
todo/management/__init__.py
todo/management/commands/__init__.py
todo/management/commands/hopper.py
todo/management/commands/import_csv.py
todo/management/commands/mail_worker.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/0008_mail_tracker.py
todo/migrations/0009_priority_optional.py
todo/migrations/0010_attachment.py
todo/migrations/0011_add_related_name_to_created_by.py
todo/migrations/0012_add_related_name_to_comments.py
todo/migrations/__init__.py
todo/operations/__init__.py
todo/operations/csv_importer.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/import_csv.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_import.py
todo/tests/test_tracker.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/import_csv.py
todo/views/list_detail.py
todo/views/list_lists.py
todo/views/remove_attachment.py
todo/views/reorder_tasks.py
todo/views/search.py
todo/views/task_autocomplete.py
todo/views/task_detail.py
todo/views/toggle_done.py