LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
dashboards/__init__.py
dashboards/apps.py
dashboards/config.py
dashboards/dashboard.py
dashboards/exceptions.py
dashboards/forms.py
dashboards/log.py
dashboards/permissions.py
dashboards/registry.py
dashboards/types.py
dashboards/urls.py
dashboards/utils.py
dashboards/views.py
dashboards/component/__init__.py
dashboards/component/base.py
dashboards/component/form.py
dashboards/component/layout.py
dashboards/component/map.py
dashboards/component/text.py
dashboards/component/chart/__init__.py
dashboards/component/chart/chart.py
dashboards/component/chart/serializers.py
dashboards/component/gauge/__init__.py
dashboards/component/gauge/gauge.py
dashboards/component/table/__init__.py
dashboards/component/table/mixins.py
dashboards/component/table/serializers.py
dashboards/component/table/table.py
dashboards/menus/__init__.py
dashboards/menus/menu.py
dashboards/menus/registry.py
dashboards/meta/__init__.py
dashboards/static/dashboards/loading.svg
dashboards/static/dashboards/css/dashboards.css
dashboards/static/dashboards/css/src/buttons.css
dashboards/static/dashboards/css/src/cards.css
dashboards/static/dashboards/css/src/dashboards.css
dashboards/static/dashboards/css/src/forms.css
dashboards/static/dashboards/css/src/gauge.css
dashboards/static/dashboards/css/src/grid.css
dashboards/static/dashboards/css/src/index.css
dashboards/static/dashboards/css/src/layout.css
dashboards/static/dashboards/css/src/menu.css
dashboards/static/dashboards/css/src/theme.css
dashboards/static/dashboards/js/dashboard.js
dashboards/static/dashboards/vendor/css/datatables.min.css
dashboards/static/dashboards/vendor/js/alpine.min.js
dashboards/static/dashboards/vendor/js/datatables.min.js
dashboards/static/dashboards/vendor/js/gauge.min.js
dashboards/static/dashboards/vendor/js/htmx.min.js
dashboards/static/dashboards/vendor/js/htmx.sse.min.js
dashboards/static/dashboards/vendor/js/jquery.min.js
dashboards/static/dashboards/vendor/js/plotly.min.js
dashboards/templates/dashboards/base.html
dashboards/templates/dashboards/dashboard.html
dashboards/templates/dashboards/dashboard_partial.html
dashboards/templates/dashboards/components/component.html
dashboards/templates/dashboards/components/loading.html
dashboards/templates/dashboards/components/partial.html
dashboards/templates/dashboards/components/chart/chart.html
dashboards/templates/dashboards/components/form/form.html
dashboards/templates/dashboards/components/gauge/gauge.html
dashboards/templates/dashboards/components/map/map.html
dashboards/templates/dashboards/components/table/basic.html
dashboards/templates/dashboards/components/table/index.html
dashboards/templates/dashboards/components/text/html.html
dashboards/templates/dashboards/components/text/stat.html
dashboards/templates/dashboards/components/text/text.html
dashboards/templates/dashboards/includes/static/js.html
dashboards/templates/dashboards/includes/static/style.html
dashboards/templates/dashboards/layout/components/card.html
dashboards/templates/dashboards/layout/components/div.html
dashboards/templates/dashboards/layout/components/tabs/container.html
dashboards/templates/dashboards/layout/components/tabs/content.html
dashboards/templates/dashboards/layout/components/tabs/tab.html
dashboards/templatetags/__init__.py
dashboards/templatetags/dashboards.py
django_dashboards.egg-info/PKG-INFO
django_dashboards.egg-info/SOURCES.txt
django_dashboards.egg-info/dependency_links.txt
django_dashboards.egg-info/requires.txt
django_dashboards.egg-info/top_level.txt
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/docs_dj_settings.py
docs/index.rst
docs/make.bat
docs/requirements.in
docs/requirements.txt
docs/dashboards/index.rst
docs/dashboards/howto/async.rst
docs/dashboards/howto/dashboards.rst
docs/dashboards/howto/demo.rst
docs/dashboards/howto/dynamic.rst
docs/dashboards/howto/layout.rst
docs/dashboards/howto/menus.rst
docs/dashboards/howto/permissions.rst
docs/dashboards/howto/quickstart.rst
docs/dashboards/howto/settings.rst
docs/dashboards/howto/sse.rst
docs/dashboards/howto/templates.rst
docs/dashboards/howto/views.rst
docs/dashboards/howto/_images/async_component.gif
docs/dashboards/howto/_images/components_add_form.png
docs/dashboards/howto/_images/components_chart_example.png
docs/dashboards/howto/_images/components_gauge.png
docs/dashboards/howto/_images/components_map_examples.png
docs/dashboards/howto/_images/components_table.png
docs/dashboards/howto/_images/demo.gif
docs/dashboards/howto/_images/dependent_table_dashboard.gif
docs/dashboards/howto/_images/layout_basic.png
docs/dashboards/howto/_images/layout_complex.png
docs/dashboards/howto/_images/quickstart_dashboard.gif
docs/dashboards/howto/_images/quickstart_dashboard.png
docs/dashboards/howto/_images/serializers_chart.png
docs/dashboards/howto/_images/serializers_layout.png
docs/dashboards/howto/_images/templates_custom_component_template.png
docs/dashboards/howto/_images/templates_custom_loading.png
docs/dashboards/howto/_images/templates_custom_template.png
docs/dashboards/howto/_images/templates_style.png
docs/dashboards/howto/components/attributes.rst
docs/dashboards/howto/components/custom.rst
docs/dashboards/howto/components/included.rst
docs/dashboards/howto/components/index.rst
docs/dashboards/howto/serializers/chart.rst
docs/dashboards/howto/serializers/index.rst
docs/dashboards/howto/serializers/table.rst
tests/__init__.py
tests/conftest.py
tests/settings.py
tests/urls.py
tests/utils.py
tests/dashboards/__init__.py
tests/dashboards/fakes.py
tests/dashboards/fixtures.py
tests/dashboards/test_registry.py
tests/dashboards/test_urls.py
tests/dashboards/app1/__init__.py
tests/dashboards/app1/dashboards.py
tests/dashboards/components/__init__.py
tests/dashboards/components/test_base.py
tests/dashboards/components/test_chart.py
tests/dashboards/components/test_form.py
tests/dashboards/components/test_gauge.py
tests/dashboards/components/test_table.py
tests/dashboards/components/test_text.py
tests/dashboards/components/snapshots/__init__.py
tests/dashboards/components/snapshots/snap_test_base.py
tests/dashboards/components/snapshots/snap_test_chart.py
tests/dashboards/components/snapshots/snap_test_form.py
tests/dashboards/components/snapshots/snap_test_gauge.py
tests/dashboards/components/snapshots/snap_test_table.py
tests/dashboards/components/snapshots/snap_test_text.py
tests/dashboards/dashboard/__init__.py
tests/dashboards/dashboard/test_dashboard.py
tests/dashboards/dashboard/test_form.py
tests/dashboards/dashboard/test_layout.py
tests/dashboards/dashboard/test_model_dashboard.py
tests/dashboards/dashboard/test_permissions.py
tests/dashboards/dashboard/snapshots/__init__.py
tests/dashboards/dashboard/snapshots/snap_test_dashboard.py
tests/dashboards/dashboard/snapshots/snap_test_form.py
tests/dashboards/dashboard/snapshots/snap_test_layout.py
tests/dashboards/menu/__init__.py
tests/dashboards/menu/test_menu.py
tests/dashboards/menu/test_menutags.py
tests/dashboards/snapshots/__init__.py
tests/dashboards/snapshots/snap_test_dashboard.py
tests/dashboards/snapshots/snap_test_dashboard_form.py
tests/dashboards/snapshots/snap_test_layout.py
tests/dashboards/snapshots/snap_test_schema.py
tests/dashboards/views/__init__.py
tests/dashboards/views/test_component.py
tests/dashboards/views/test_dashboard.py
tests/dashboards/views/test_form_component.py
tests/dashboards/views/snapshots/__init__.py
tests/dashboards/views/snapshots/snap_test_component.py
tests/dashboards/views/snapshots/snap_test_dashboard.py
tests/dashboards/views/snapshots/snap_test_form_component.py
tests/meta/__init__.py
tests/meta/test_meta.py