LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
versioneer.py
src/dc_auth/__init__.py
src/dc_auth/_version.py
src/dc_auth/apps.py
src/dc_auth/models.py
src/dc_auth/settings.py
src/dc_auth/settings_testing.py
src/dc_auth/signals.py
src/dc_auth/urls.py
src/dc_auth/views.py
src/dc_auth.egg-info/PKG-INFO
src/dc_auth.egg-info/SOURCES.txt
src/dc_auth.egg-info/dependency_links.txt
src/dc_auth.egg-info/entry_points.txt
src/dc_auth.egg-info/requires.txt
src/dc_auth.egg-info/top_level.txt
src/dc_auth/migrations/0001_initial.py
src/dc_auth/migrations/0002_remove_profile_email_confirmed.py
src/dc_auth/migrations/0003_profile_email_confirmed.py
src/dc_auth/migrations/0004_profileemail.py
src/dc_auth/migrations/__init__.py
src/dc_auth/templates/cookielaw/banner.html
src/dc_auth/templates/dc_auth/base.html
src/dc_auth/templates/dc_auth/footer.html
src/dc_auth/templates/dc_auth/messages.html
src/dc_auth/templates/dc_auth/primary_navbar.html
src/dc_auth/templates/dc_auth/email/base-64-logo.html
src/dc_auth/templates/dc_auth/email/base.html
src/dc_auth/templates/dc_auth/email/test_email.html
src/dc_auth/templates/dc_auth/form/render.html
src/dc_auth/templates/dc_auth/header/analytics.html
src/dc_auth/templates/dc_auth/header/meta.html
src/dc_auth/templates/dc_auth/header/style.html
src/dc_auth/templates/dc_auth/header/title.html
src/dc_auth/templatetags/__init__.py
src/dc_auth/templatetags/dc_form_helpers.py
src/dc_auth/templatetags/dc_static.py
src/dc_auth/testing_support/__init__.py
src/dc_auth/testing_support/factories/__init__.py
src/dc_auth/testing_support/factories/user.py
tests/test_auth_session.py
tests/test_constraints.py
tests/test_factories.py
tests/test_functions.py
tests/test_helpers.py
tests/test_template_tags.py