CHANGELOG.md
LICENSE
MANIFEST.in
README.md
runtests.py
setup.py
tox.ini
django_ssify.egg-info/PKG-INFO
django_ssify.egg-info/SOURCES.txt
django_ssify.egg-info/dependency_links.txt
django_ssify.egg-info/requires.txt
django_ssify.egg-info/top_level.txt
ssify/__init__.py
ssify/cache.py
ssify/cache_backends.py
ssify/conf.py
ssify/decorators.py
ssify/exceptions.py
ssify/middleware.py
ssify/middleware_debug.py
ssify/serializers.py
ssify/utils.py
ssify/variables.py
ssify/management/__init__.py
ssify/management/commands/__init__.py
ssify/management/commands/ssify_nginx_conf.py
ssify/templates/ssify/csrf_token.html
ssify/templatetags/__init__.py
ssify/templatetags/ssify.py
tests/__init__.py
tests/models.py
tests/tests_utils.py
tests/urls.py
tests/views.py
tests/templates/tests_args/args.html
tests/templates/tests_args/include_args.html
tests/templates/tests_basic/basic_include.html
tests/templates/tests_basic/main.html
tests/templates/tests_basic/number_zero.html
tests/templates/tests_basic/quote.html
tests/templates/tests_basic/random_quote.html
tests/templates/tests_csrf/csrf_token.html
tests/templates/tests_locale/bad_language.html
tests/templates/tests_locale/include_language_with_lang.html
tests/templates/tests_locale/include_language_without_lang.html
tests/templatetags/__init__.py
tests/templatetags/test_tags.py
tests/tests/__init__.py
tests/tests/test_args.py
tests/tests/test_basic.py
tests/tests/test_csrf.py
tests/tests/test_locale.py