.coveragerc
CHANGELOG
LICENSE
MANIFEST.in
Makefile
README.rst
conftest.py
demo_project.py
setup.cfg
setup.py
test_urls.py
tox.ini
django_stagesetting.egg-info/PKG-INFO
django_stagesetting.egg-info/SOURCES.txt
django_stagesetting.egg-info/dependency_links.txt
django_stagesetting.egg-info/not-zip-safe
django_stagesetting.egg-info/requires.txt
django_stagesetting.egg-info/top_level.txt
stagesetting/__init__.py
stagesetting/admin.py
stagesetting/apps.py
stagesetting/checks.py
stagesetting/context_processors.py
stagesetting/drf.py
stagesetting/forms.py
stagesetting/middleware.py
stagesetting/models.py
stagesetting/urls.py
stagesetting/utils.py
stagesetting/validators.py
stagesetting/views.py
stagesetting/widgets.py
stagesetting/migrations/0001_initial.py
stagesetting/migrations/__init__.py
stagesetting/templates/admin/stagesetting/add_form.html
stagesetting/templates/admin/stagesetting/change_form.html
stagesetting/templates/stagesetting/base.html
stagesetting/templates/stagesetting/create.html
stagesetting/templates/stagesetting/delete.html
stagesetting/templates/stagesetting/list.html
stagesetting/templates/stagesetting/update.html
stagesetting/templatetags/__init__.py
stagesetting/templatetags/stagesetting.py
test_app/__init__.py
test_app/apps.py
test_app/forms.py
test_app/static/file_found_1.txt
test_app/static/subdir/file_found_2.txt
test_app/templates/base.html
test_app/templates/example_usage.html
tests/__init__.py
tests/test_admin.py
tests/test_checks.py
tests/test_context_processors.py
tests/test_drf.py
tests/test_models.py
tests/test_templatetags.py
tests/test_utils.py