.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yaml
CUSTOM_EXCEPTIONS.md
LICENSE.txt
MIGRATION_GUIDE.md
Makefile
PROJECT_SUMMARY.md
README.md
USAGE_EXAMPLES.md
bitbucket-pipelines.yml
pyproject.toml
requirements.txt
runtests.py
setup.py
tox.ini
dj_flexi_tag.egg-info/PKG-INFO
dj_flexi_tag.egg-info/SOURCES.txt
dj_flexi_tag.egg-info/dependency_links.txt
dj_flexi_tag.egg-info/not-zip-safe
dj_flexi_tag.egg-info/requires.txt
dj_flexi_tag.egg-info/top_level.txt
docs/Makefile
docs/advanced.rst
docs/api.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/make.bat
docs/quickstart.rst
flexi_tag/__init__.py
flexi_tag/apps.py
flexi_tag/codes.py
flexi_tag/exceptions.py
flexi_tag/management/__init__.py
flexi_tag/management/commands/__init__.py
flexi_tag/management/commands/generate_tag_models.py
flexi_tag/tests/__init__.py
flexi_tag/tests/models.py
flexi_tag/tests/test_settings.py
flexi_tag/tests/test_management_commands/__init__.py
flexi_tag/tests/test_management_commands/test_generate_tag_models.py
flexi_tag/tests/test_utils/__init__.py
flexi_tag/tests/test_utils/test_service.py
flexi_tag/tests/test_utils/test_views.py
flexi_tag/utils/__init__.py
flexi_tag/utils/compat.py
flexi_tag/utils/models.py
flexi_tag/utils/service.py
flexi_tag/utils/views.py