From: Matías Aguirre Date: Thu, 6 Jan 2011 03:40:11 +0000 (-0200) Subject: Example little improvements, added demo to README file X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a12aa349073bb3bb1fdc8a131bd0d88385790642;p=django-social-auth.git Example little improvements, added demo to README file --- diff --git a/README.rst b/README.rst index 2579016..88373e7 100644 --- a/README.rst +++ b/README.rst @@ -34,6 +34,12 @@ credentials, some features are: - Custom User model override if needed (`auth.User`_ by default) +---- +Demo +____ +Check a demo at http://social.matiasaguirre.com/ + + ------------ Dependencies ------------ diff --git a/example/templates/base.html b/example/templates/base.html index 8ac75a3..691ecb1 100644 --- a/example/templates/base.html +++ b/example/templates/base.html @@ -1,6 +1,9 @@ - + + Social authentication | {% block title %}{% endblock %} + +

{% block heading %}{% endblock %}

+

Django Social Auth is an easy to setup social authentication/registration mechanism for Django projects.

{% block content %}{% endblock %}