AUTHORS
MANIFEST.in
README.rst
setup.cfg
setup.py
django_hosts/__init__.py
django_hosts/apps.py
django_hosts/cache.py
django_hosts/callbacks.py
django_hosts/checks.py
django_hosts/defaults.py
django_hosts/managers.py
django_hosts/middleware.py
django_hosts/models.py
django_hosts/resolvers.py
django_hosts/reverse.py
django_hosts/utils.py
django_hosts.egg-info/PKG-INFO
django_hosts.egg-info/SOURCES.txt
django_hosts.egg-info/dependency_links.txt
django_hosts.egg-info/pbr.json
django_hosts.egg-info/top_level.txt
django_hosts/templatetags/__init__.py
django_hosts/templatetags/hosts.py
django_hosts/templatetags/hosts_override.py
docs/Makefile
docs/callbacks.rst
docs/changelog.rst
docs/conf.py
docs/faq.rst
docs/index.rst
docs/make.bat
docs/reference.rst
docs/requirements.txt
docs/templatetags.rst
tests/__init__.py
tests/base.py
tests/broken_module.py
tests/models.py
tests/settings.py
tests/test_defaults.py
tests/test_middleware.py
tests/test_resolvers.py
tests/test_sites.py
tests/test_templatetags.py
tests/test_utils.py
tests/views.py
tests/hosts/__init__.py
tests/hosts/appended.py
tests/hosts/blank.py
tests/hosts/multiple.py
tests/hosts/simple.py
tests/urls/__init__.py
tests/urls/complex.py
tests/urls/multiple.py
tests/urls/root.py
tests/urls/simple.py