AUTHORS LICENSE MANIFEST.in README.rst setup.cfg setup.py django_registration.egg-info/PKG-INFO django_registration.egg-info/SOURCES.txt django_registration.egg-info/dependency_links.txt django_registration.egg-info/not-zip-safe django_registration.egg-info/top_level.txt docs/Makefile docs/conf.py docs/custom-user.rst docs/faq.rst docs/forms.rst docs/hmac.rst docs/index.rst docs/install.rst docs/make.bat docs/model-workflow.rst docs/quickstart.rst docs/settings.rst docs/signals.rst docs/simple-workflow.rst docs/upgrade.rst docs/validators.rst docs/views.rst registration/__init__.py registration/admin.py registration/auth_urls.py registration/forms.py registration/models.py registration/runtests.py registration/signals.py registration/urls.py registration/validators.py registration/views.py registration/backends/__init__.py registration/backends/default/__init__.py registration/backends/default/urls.py registration/backends/default/views.py registration/backends/hmac/__init__.py registration/backends/hmac/urls.py registration/backends/hmac/views.py registration/backends/model_activation/__init__.py registration/backends/model_activation/urls.py registration/backends/model_activation/views.py registration/backends/simple/__init__.py registration/backends/simple/urls.py registration/backends/simple/views.py registration/locale/ar/LC_MESSAGES/django.mo registration/locale/ar/LC_MESSAGES/django.po registration/locale/bg/LC_MESSAGES/django.mo registration/locale/bg/LC_MESSAGES/django.po registration/locale/ca/LC_MESSAGES/django.mo registration/locale/ca/LC_MESSAGES/django.po registration/locale/cs/LC_MESSAGES/django.mo registration/locale/cs/LC_MESSAGES/django.po registration/locale/da/LC_MESSAGES/django.mo registration/locale/da/LC_MESSAGES/django.po registration/locale/de/LC_MESSAGES/django.mo registration/locale/de/LC_MESSAGES/django.po registration/locale/el/LC_MESSAGES/django.mo registration/locale/el/LC_MESSAGES/django.po registration/locale/en/LC_MESSAGES/django.mo registration/locale/en/LC_MESSAGES/django.po registration/locale/es/LC_MESSAGES/django.mo registration/locale/es/LC_MESSAGES/django.po registration/locale/es_AR/LC_MESSAGES/django.mo registration/locale/es_AR/LC_MESSAGES/django.po registration/locale/fa/LC_MESSAGES/django.mo registration/locale/fa/LC_MESSAGES/django.po registration/locale/fr/LC_MESSAGES/django.mo registration/locale/fr/LC_MESSAGES/django.po registration/locale/he/LC_MESSAGES/django.mo registration/locale/he/LC_MESSAGES/django.po registration/locale/hr/LC_MESSAGES/django.mo registration/locale/hr/LC_MESSAGES/django.po registration/locale/is/LC_MESSAGES/django.mo registration/locale/is/LC_MESSAGES/django.po registration/locale/it/LC_MESSAGES/django.mo registration/locale/it/LC_MESSAGES/django.po registration/locale/ja/LC_MESSAGES/django.mo registration/locale/ja/LC_MESSAGES/django.po registration/locale/ko/LC_MESSAGES/django.mo registration/locale/ko/LC_MESSAGES/django.po registration/locale/nb/LC_MESSAGES/django.mo registration/locale/nb/LC_MESSAGES/django.po registration/locale/nl/LC_MESSAGES/django.mo registration/locale/nl/LC_MESSAGES/django.po registration/locale/pl/LC_MESSAGES/django.mo registration/locale/pl/LC_MESSAGES/django.po registration/locale/pt/LC_MESSAGES/django.mo registration/locale/pt/LC_MESSAGES/django.po registration/locale/pt_BR/LC_MESSAGES/django.mo registration/locale/pt_BR/LC_MESSAGES/django.po registration/locale/ru/LC_MESSAGES/django.mo registration/locale/ru/LC_MESSAGES/django.po registration/locale/sl/LC_MESSAGES/django.mo registration/locale/sl/LC_MESSAGES/django.po registration/locale/sr/LC_MESSAGES/django.mo registration/locale/sr/LC_MESSAGES/django.po registration/locale/sv/LC_MESSAGES/django.mo registration/locale/sv/LC_MESSAGES/django.po registration/locale/tr_TR/LC_MESSAGES/django.mo registration/locale/tr_TR/LC_MESSAGES/django.po registration/locale/zh_CN/LC_MESSAGES/django.mo registration/locale/zh_CN/LC_MESSAGES/django.po registration/locale/zh_TW/LC_MESSAGES/django.mo registration/locale/zh_TW/LC_MESSAGES/django.po registration/management/__init__.py registration/management/commands/__init__.py registration/management/commands/cleanupregistration.py registration/migrations/0001_initial.py registration/migrations/__init__.py registration/tests/__init__.py registration/tests/base.py registration/tests/test_forms.py registration/tests/test_hmac_workflow.py registration/tests/test_model_workflow.py registration/tests/test_models.py registration/tests/test_simple_workflow.py registration/tests/test_views.py registration/tests/urls.py registration/tests/views.py registration/tests/templates/registration/activate.html registration/tests/templates/registration/activation_complete.html registration/tests/templates/registration/activation_email.txt registration/tests/templates/registration/activation_email_subject.txt registration/tests/templates/registration/registration_closed.html registration/tests/templates/registration/registration_complete.html registration/tests/templates/registration/registration_form.html