ChangeLog
LICENSE
MANIFEST.in
README.txt
setup.py
django_social_login.egg-info/PKG-INFO
django_social_login.egg-info/SOURCES.txt
django_social_login.egg-info/dependency_links.txt
django_social_login.egg-info/requires.txt
django_social_login.egg-info/top_level.txt
example/manage.py
example/app/__init__.py
example/app/models.py
example/app/tests.py
example/app/urls.py
example/app/views.py
example/app/templates/base.html
example/app/templates/home.html
example/app/templates/login.html
example/app/templates/register.html
example/app/templates/register_step_2.html
example/example/__init__.py
example/example/local_settings.py.example
example/example/settings.py
example/example/urls.py
example/example/wsgi.py
example/static/bootstrap/css/bootstrap.min.css
example/static/bootstrap/img/glyphicons-halflings-white.png
example/static/bootstrap/img/glyphicons-halflings.png
example/static/bootstrap/js/bootstrap.min.js
social_login/__init__.py
social_login/admin.py
social_login/app_settings.py
social_login/context_processors.py
social_login/manager.py
social_login/middleware.py
social_login/models.py
social_login/tests.py
social_login/urls.py
social_login/utils.py
social_login/views.py