From: Matías Aguirre Date: Thu, 16 Feb 2012 18:56:37 +0000 (-0200) Subject: Remove old doc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f23b3b65f6a05224dd12ea0bb0dff70a6c55b4ac;p=django-social-auth.git Remove old doc --- diff --git a/README.rst b/README.rst index 3c6565b..c121c66 100644 --- a/README.rst +++ b/README.rst @@ -128,12 +128,6 @@ Configuration Don't miss ``django.contrib.auth.backends.ModelBackend`` if using ``django.auth`` user model or users won't be able to login. -- Define desired backends for your site:: - - SOCIAL_AUTH_ENABLED_BACKENDS = ('google', 'google-oauth', 'facebook', ...) - - All backends are enabled by default. - - Setup needed OAuth keys (see OAuth_ section for details):: TWITTER_CONSUMER_KEY = '' diff --git a/doc/configuration.rst b/doc/configuration.rst index 3b01620..01fcea7 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -33,12 +33,6 @@ Configuration Don't miss ``django.contrib.auth.backends.ModelBackend`` if using ``django.auth`` user model or users won't be able to login. -- Define desired backends for your site:: - - SOCIAL_AUTH_ENABLED_BACKENDS = ('google', 'google-oauth', 'facebook', ...) - - All backends are enabled by default. - - Setup needed OAuth keys (see OAuth_ section for details):: TWITTER_CONSUMER_KEY = ''