.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
manage.py
pyproject.toml
runtests.py
tox.ini
uv.lock
.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
tests/__init__.py
tests/alt_sites.py
tests/apps.py
tests/contrib_sites.py
tests/dev_settings.py
tests/models.py
tests/no_sites.py
tests/project.py
tests/test_sitevars.py
tests/migrations/0001_initial.py
tests/migrations/__init__.py