.gitignore
LICENSE
Pipfile
Pipfile.lock
README.md
manage.py
pytest.ini
requirements.txt
setup.py
.github/workflows/pypi.yml
django_template_backend.egg-info/PKG-INFO
django_template_backend.egg-info/SOURCES.txt
django_template_backend.egg-info/dependency_links.txt
django_template_backend.egg-info/requires.txt
django_template_backend.egg-info/top_level.txt
template/__init__.py
template/admin.py
template/apps.py
template/common_text.py
template/models.py
template/urls.py
template/filters/__init__.py
template/filters/filter_template.py
template/migrations/0001_initial.py
template/migrations/__init__.py
template/serializers/__init__.py
template/serializers/serializer_base.py
template/serializers/serializer_template.py
template/tasks/__init__.py
template/tasks/tasks_template.py
template/views/__init__.py
template/views/view_template.py
template_project/__init__.py
template_project/celery.py
template_project/runner.py
template_project/settings.py
template_project/urls.py
template_project/wsgi.py
tests/__init__.py
tests/conftest.py
tests/fixtures/__init__.py
tests/fixtures/fixtures_common.py
tests/views/__init__.py
tests/views/test_template.py