MANIFEST.in
README.md
setup.cfg
setup.py
django_assignment_pss.egg-info/PKG-INFO
django_assignment_pss.egg-info/SOURCES.txt
django_assignment_pss.egg-info/dependency_links.txt
django_assignment_pss.egg-info/top_level.txt
todo_app/__init__.py
todo_app/admin.py
todo_app/apps.py
todo_app/models.py
todo_app/tests.py
todo_app/urls.py
todo_app/views.py
todo_app/migrations/0001_initial.py
todo_app/migrations/__init__.py
todo_app/templates/base.html
todo_app/templates/todo_app/index.html
todo_app/templates/todo_app/todo_list.html
todo_app/templates/todo_app/todoitem_confirm_delete.html
todo_app/templates/todo_app/todoitem_form.html
todo_app/templates/todo_app/todolist_confirm_delete.html
todo_app/templates/todo_app/todolist_form.html
todo_project/__init__.py
todo_project/asgi.py
todo_project/settings.py
todo_project/urls.py
todo_project/wsgi.py