LICENSE
MANIFEST.in
README.md
manage.py
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
tox.ini
app/urls.py
django_setty.egg-info/PKG-INFO
django_setty.egg-info/SOURCES.txt
django_setty.egg-info/dependency_links.txt
django_setty.egg-info/requires.txt
django_setty.egg-info/top_level.txt
example/manage.py
example/requirements.txt
example/example/__init__.py
example/example/settings.py
example/example/urls.py
example/example/wsgi.py
example/tasks/__init__.py
example/tasks/admin.py
example/tasks/apps.py
example/tasks/models.py
example/tasks/tests.py
example/tasks/views.py
example/tasks/migrations/0001_initial.py
example/tasks/migrations/__init__.py
setty/__init__.py
setty/admin.py
setty/apps.py
setty/backend.py
setty/context_processors.py
setty/exceptions.py
setty/models.py
setty/wrapper.py
setty/migrations/0001_initial.py
setty/migrations/0002_settysettings_app_name.py
setty/migrations/__init__.py
setty/tests/__init__.py
setty/tests/settings.py
setty/tests/test_admin.py
setty/tests/test_backends.py
setty/tests/test_wrapper.py