.gitignore
README.rst
runtests.py
setup.py
django_inspectional_registration.egg-info/PKG-INFO
django_inspectional_registration.egg-info/SOURCES.txt
django_inspectional_registration.egg-info/dependency_links.txt
django_inspectional_registration.egg-info/requires.txt
django_inspectional_registration.egg-info/top_level.txt
registration/__init__.py
registration/admin.py
registration/forms.py
registration/models.py
registration/signals.py
registration/urls.py
registration/utils.py
registration/views.py
registration/backends/__init__.py
registration/backends/base.py
registration/backends/default.py
registration/templates/registration/acception_email.txt
registration/templates/registration/acception_email_subject.txt
registration/templates/registration/activated_email.txt
registration/templates/registration/activated_email_subject.txt
registration/templates/registration/activation_complete.html
registration/templates/registration/activation_email.txt
registration/templates/registration/activation_email_subject.txt
registration/templates/registration/activation_form.html
registration/templates/registration/login.html
registration/templates/registration/logout.html
registration/templates/registration/registration_closed.html
registration/templates/registration/registration_complete.html
registration/templates/registration/registration_email.txt
registration/templates/registration/registration_email_subject.txt
registration/templates/registration/registration_form.html
registration/templates/registration/rejection_email.txt
registration/templates/registration/rejection_email_subject.txt
registration/tests/__init__.py
registration/tests/test_backends.py
registration/tests/test_forms.py
registration/tests/test_models.py
registration/tests/test_views.py
registration/tests/urls.py
tests/requirements.txt
tests/fixtures/initial_data.yaml
tests/src/miniblog/__init__.py
tests/src/miniblog/manage.py
tests/src/miniblog/settings.py
tests/src/miniblog/urls.py
tests/src/miniblog/autocmds/__init__.py
tests/src/miniblog/blogs/__init__.py
tests/src/miniblog/blogs/forms.py
tests/src/miniblog/blogs/models.py
tests/src/miniblog/blogs/urls.py
tests/src/miniblog/blogs/views.py
tests/src/miniblog/blogs/fixtures/blogs_test.yaml
tests/src/miniblog/blogs/templates/404.html
tests/src/miniblog/blogs/templates/blogs/entry_confirm_delete.html
tests/src/miniblog/blogs/templates/blogs/entry_detail.html
tests/src/miniblog/blogs/templates/blogs/entry_form.html
tests/src/miniblog/blogs/templates/blogs/entry_list.html
tests/src/miniblog/blogs/tests/__init__.py
tests/src/miniblog/blogs/tests/test_models.py
tests/src/miniblog/blogs/tests/test_views.py
tests/static/css/style.css
tests/static/css/style.scss
tests/static/css/image/edit.png
tests/static/css/image/trash.png
tests/templates/404.html
tests/templates/base.html
tests/templates/blogs/entry_confirm_delete.html
tests/templates/blogs/entry_detail.html
tests/templates/blogs/entry_form.html
tests/templates/blogs/entry_list.html
tests/templates/registration/logged_out.html
tests/templates/registration/login.html