.dockerignore
.gitignore
Dockerfile
LICENSE
MANIFEST.in
PLUGIN_SYSTEM.md
README.md
demo.sh
docker-compose.yml
pyproject.toml
setup.py
test_demo.sh
.idea/.gitignore
django_crud_sundae.egg-info/PKG-INFO
django_crud_sundae.egg-info/SOURCES.txt
django_crud_sundae.egg-info/dependency_links.txt
django_crud_sundae.egg-info/requires.txt
django_crud_sundae.egg-info/top_level.txt
docker/demo_setup.py
sundae/.DS_Store
sundae/__init__.py
sundae/apps.py
sundae/views.py
sundae/plugins/README.md
sundae/plugins/__init__.py
sundae/plugins/base.py
sundae/plugins/discovery.py
sundae/plugins/implementation_guide.md
sundae/plugins/loader.py
sundae/plugins/mixins.py
sundae/plugins/registry.py
sundae/templates/sundae/README.md
sundae/templates/sundae/base.html
sundae/templates/sundae/object_bulk_action_confirm.html
sundae/templates/sundae/object_bulk_form.html
sundae/templates/sundae/object_confirm_delete.html
sundae/templates/sundae/object_delete_selected.html
sundae/templates/sundae/object_detail.html
sundae/templates/sundae/object_form.html
sundae/templates/sundae/object_list.html
sundae/templates/sundae/partial/active_filters.html
sundae/templates/sundae/partial/detail.html
sundae/templates/sundae/partial/filters.html
sundae/templates/sundae/partial/list.html
sundae/templates/sundae/partial/list_field.html
sundae/templates/sundae/partial/pagination.html
sundae/templates/sundae/partial/tags.html
sundae/templates/sundae/plugin/widget.html
sundae/templatetags/__init__.py
sundae/templatetags/sundae_plugin_tags.py
sundae/templatetags/sundae_tags.py
tests/__init__.py
tests/test_search_filter.py