.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
manage.py
pyproject.toml
tox.ini
.github/workflows/release.yml
.github/workflows/test.yml
.vscode/settings.json
src/django_sitevars.egg-info/PKG-INFO
src/django_sitevars.egg-info/SOURCES.txt
src/django_sitevars.egg-info/dependency_links.txt
src/django_sitevars.egg-info/requires.txt
src/django_sitevars.egg-info/top_level.txt
src/sitevars/__init__.py
src/sitevars/admin.py
src/sitevars/apps.py
src/sitevars/checks.py
src/sitevars/context_processors.py
src/sitevars/models.py
src/sitevars/migrations/0001_initial.py
src/sitevars/migrations/__init__.py
src/sitevars/templatetags/__init__.py
src/sitevars/templatetags/sitevars.py
test_project/settings.py
test_project/test_sitevars.py
test_project/urls.py
test_project/wsgi.py