LICENSE
MANIFEST.in
README.rst
setup.py
tox.ini
django_urldecorators.egg-info/PKG-INFO
django_urldecorators.egg-info/SOURCES.txt
django_urldecorators.egg-info/dependency_links.txt
django_urldecorators.egg-info/top_level.txt
example/__init__.py
example/settings.py
example/urls.py
example/cached/__init__.py
example/cached/urls.py
example/private/__init__.py
example/private/urls.py
example/templates/404.html
example/templates/500.html
example/templates/cached.html
example/templates/index.html
example/templates/private.html
example/templates/registration/logged_out.html
example/templates/registration/login.html
urldecorators/__init__.py
urldecorators/helpers.py
urldecorators/models.py
urldecorators/urlresolvers.py
urldecorators/tests/__init__.py
urldecorators/tests/inc_inc_urls.py
urldecorators/tests/inc_urls.py
urldecorators/tests/settings.py
urldecorators/tests/tests.py
urldecorators/tests/urls.py
urldecorators/tests/views.py