LICENSE
MANIFEST.in
README.rst
setup.py
django_note.egg-info/PKG-INFO
django_note.egg-info/SOURCES.txt
django_note.egg-info/dependency_links.txt
django_note.egg-info/requires.txt
django_note.egg-info/top_level.txt
note/__init__.py
note/admin.py
note/apps.py
note/models.py
note/tests.py
note/urls.py
note/views.py
note/migrations/0001_initial.py
note/migrations/__init__.py
note/templates/note/base.html
note/templates/note/index.html
note/templates/note/list/create.html
note/templates/note/list/crud_base.html
note/templates/note/list/delete.html
note/templates/note/list/detail.html
note/templates/note/list/update.html
note/templates/note/list/item/create.html
note/templates/note/list/item/delete.html
note/templates/note/list/item/detail.html
note/templates/note/list/item/update.html