From f23b3b65f6a05224dd12ea0bb0dff70a6c55b4ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Thu, 16 Feb 2012 16:56:37 -0200 Subject: [PATCH] Remove old doc --- README.rst | 6 ------ doc/configuration.rst | 6 ------ 2 files changed, 12 deletions(-) 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 = '' -- 2.39.5