LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_toolset/__init__.py
django_toolset/apps.py
django_toolset/decorators.py
django_toolset/models.py
django_toolset/views.py
django_toolset.egg-info/PKG-INFO
django_toolset.egg-info/SOURCES.txt
django_toolset.egg-info/dependency_links.txt
django_toolset.egg-info/top_level.txt
django_toolset/migrations/__init__.py
django_toolset/templatetags/__init__.py
django_toolset/templatetags/custom_filters.py
django_toolset/templatetags/custom_tags.py
tests/__init__.py
tests/test_decorators.py
tests/test_filters.py
tests/test_tags.py
tests/test_views.py
tests/testapp/__init__.py
tests/testapp/apps.py
tests/testapp/models.py
tests/testapp/settings.py
tests/testapp/urls.py