LICENSE
MANIFEST.in
README.md
pyproject.toml
src/django_tabler_theme/__init__.py
src/django_tabler_theme/apps.py
src/django_tabler_theme/conf.py
src/django_tabler_theme/context_processors.py
src/django_tabler_theme.egg-info/PKG-INFO
src/django_tabler_theme.egg-info/SOURCES.txt
src/django_tabler_theme.egg-info/dependency_links.txt
src/django_tabler_theme.egg-info/requires.txt
src/django_tabler_theme.egg-info/top_level.txt
src/django_tabler_theme/management/__init__.py
src/django_tabler_theme/management/commands/__init__.py
src/django_tabler_theme/management/commands/tabler_check.py
src/django_tabler_theme/management/commands/tabler_copy.py
src/django_tabler_theme/management/commands/tabler_generate.py
src/django_tabler_theme/management/commands/tabler_setup.py
src/django_tabler_theme/static/tabler_theme/theme.css
src/django_tabler_theme/static/tabler_theme/theme.js
src/django_tabler_theme/templates/django_tabler_theme/management/dashboard.html
src/django_tabler_theme/templates/django_tabler_theme/management/form.html
src/django_tabler_theme/templates/django_tabler_theme/management/login.html
src/django_tabler_theme/templates/django_tabler_theme/management/page.html
src/django_tabler_theme/templates/django_tabler_theme/management/table.html
src/django_tabler_theme/templates/tabler_theme/_topnav.html
src/django_tabler_theme/templates/tabler_theme/base.html
src/django_tabler_theme/templatetags/__init__.py
src/django_tabler_theme/templatetags/tabler.py
tests/test_conf.py
tests/test_context_processors.py
tests/test_management_commands.py
tests/test_templates.py
tests/test_templatetags.py