MANIFEST.in
README.rst
setup.py
django_tasker_account/__init__.py
django_tasker_account/admin.py
django_tasker_account/apps.py
django_tasker_account/context_processors.py
django_tasker_account/converters.py
django_tasker_account/forms.py
django_tasker_account/geobase.py
django_tasker_account/middleware.py
django_tasker_account/models.py
django_tasker_account/urls.py
django_tasker_account/validators.py
django_tasker_account/views.py
django_tasker_account.egg-info/PKG-INFO
django_tasker_account.egg-info/SOURCES.txt
django_tasker_account.egg-info/dependency_links.txt
django_tasker_account.egg-info/top_level.txt
django_tasker_account/management/__init__.py
django_tasker_account/management/commands/__init__.py
django_tasker_account/management/commands/geobase.py
django_tasker_account/migrations/0001_initial.py
django_tasker_account/migrations/0002_remove_oauth_refresh_token.py
django_tasker_account/migrations/__init__.py
django_tasker_account/templates/django_tasker_account/base.html
django_tasker_account/templates/django_tasker_account/change_password.html
django_tasker_account/templates/django_tasker_account/forgot_password.html
django_tasker_account/templates/django_tasker_account/form.html
django_tasker_account/templates/django_tasker_account/login.html
django_tasker_account/templates/django_tasker_account/oauth_completion.html
django_tasker_account/templates/django_tasker_account/profile.html
django_tasker_account/templates/django_tasker_account/profile_avatar.html
django_tasker_account/templates/django_tasker_account/profile_change_password.html
django_tasker_account/templates/django_tasker_account/profile_mylocation.html
django_tasker_account/templates/django_tasker_account/signup.html
django_tasker_account/templates/django_tasker_account/email/forgot_password.body.html
django_tasker_account/templates/django_tasker_account/email/forgot_password.subject.txt
django_tasker_account/templates/django_tasker_account/email/signup.body.html
django_tasker_account/templates/django_tasker_account/email/signup.subject.txt
tests/__init__.py
tests/settings.py
tests/test_base.py
tests/test_forgot_password.py
tests/test_geobase.py
tests/test_login.py
tests/test_oauth.py
tests/test_profile.py
tests/test_signup.py
tests/test_validators.py
tests/urls.py
tests/views.py
tests/wsgi.py