.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/publish.yaml
src/django_modelnotes.egg-info/PKG-INFO
src/django_modelnotes.egg-info/SOURCES.txt
src/django_modelnotes.egg-info/dependency_links.txt
src/django_modelnotes.egg-info/requires.txt
src/django_modelnotes.egg-info/top_level.txt
src/django_modelnotes.egg-info/zip-safe
src/local_project/apps.py
src/local_project/settings.py
src/modelnotes/__init__.py
src/modelnotes/admin.py
src/modelnotes/apps.py
src/modelnotes/fields.py
src/modelnotes/models.py
src/modelnotes/urls.py
src/modelnotes/migrations/0001_initial.py
src/modelnotes/migrations/__init__.py
src/modelnotes/templates/modelnotes/form/edit_note.htm
src/modelnotes/templates/modelnotes/table/list_notes.htm
src/modelnotes/views/__init__.py
src/modelnotes/views/action.py
src/modelnotes/views/ajax.py
src/modelnotes/views/api.py
src/modelnotes/views/gui.py
test_project/manage.py
test_project/test_app/__init__.py
test_project/test_app/admin.py
test_project/test_app/apps.py
test_project/test_app/models.py
test_project/test_app/tests.py
test_project/test_app/views.py
test_project/test_app/migrations/0001_initial.py
test_project/test_app/migrations/__init__.py
test_project/test_project/__init__.py
test_project/test_project/asgi.py
test_project/test_project/settings.py
test_project/test_project/urls.py
test_project/test_project/wsgi.py