.gitignore
README.md
manage.py
pyproject.toml
src/djmvc/__init__.py
src/djmvc/admin.py
src/djmvc/apps.py
src/djmvc/clonable.py
src/djmvc/controller.py
src/djmvc/model.py
src/djmvc/models.py
src/djmvc/route.py
src/djmvc/tests.py
src/djmvc/view.py
src/djmvc.egg-info/PKG-INFO
src/djmvc.egg-info/SOURCES.txt
src/djmvc.egg-info/dependency_links.txt
src/djmvc.egg-info/requires.txt
src/djmvc.egg-info/scm_file_list.json
src/djmvc.egg-info/scm_version.json
src/djmvc.egg-info/top_level.txt
src/djmvc/management/commands/show_urls.py
src/djmvc/templatetags/eval.py
src/djmvc/views/create.py
src/djmvc/views/delete.py
src/djmvc/views/detail.py
src/djmvc/views/form.py
src/djmvc/views/generic.py
src/djmvc/views/list.py
src/djmvc/views/modelform.py
src/djmvc/views/tables2.py
src/djmvc/views/template.py
src/djmvc/views/update.py
src/djmvc_auth/__init__.py
src/djmvc_auth/admin.py
src/djmvc_auth/apps.py
src/djmvc_auth/controller.py
src/djmvc_auth/models.py
src/djmvc_auth/tests.py
src/djmvc_auth/views.py
src/djmvc_bulma/__init__.py
src/djmvc_bulma/admin.py
src/djmvc_bulma/apps.py
src/djmvc_bulma/models.py
src/djmvc_bulma/tests.py
src/djmvc_bulma/views.py
src/djmvc_bulma/static/djmvc_bulma/css/style.css
src/djmvc_bulma/static/djmvc_bulma/js/hamburger.js
src/djmvc_bulma/static/djmvc_bulma/js/hamburger.test.js
src/djmvc_bulma/templates/home.html
src/djmvc_bulma/templates/djmvc/_actions_column.html
src/djmvc_bulma/templates/djmvc/_tables2.html
src/djmvc_bulma/templates/djmvc/base.html
src/djmvc_bulma/templates/djmvc/detail.html
src/djmvc_bulma/templates/djmvc/form.html
src/djmvc_bulma/templates/djmvc/list.html
src/djmvc_example/__init__.py
src/djmvc_example/asgi.py
src/djmvc_example/example_urls.py
src/djmvc_example/models.py
src/djmvc_example/settings.py
src/djmvc_example/urls.py
src/djmvc_example/wsgi.py
src/djmvc_example/migrations/0001_initial.py
src/djmvc_example/migrations/0002_test_users.py
src/djmvc_example/migrations/__init__.py
tests/test_controller.py
tests/test_eval.py
tests/test_routing.py
tests/test_view.py
tests/views/test_template.py