From a12aa349073bb3bb1fdc8a131bd0d88385790642 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Thu, 6 Jan 2011 01:40:11 -0200 Subject: [PATCH] Example little improvements, added demo to README file --- README.rst | 6 ++++++ example/templates/base.html | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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 %}
-- 2.39.5