]> git.parisson.com Git - django-social-auth.git/commitdiff
Remove old doc
authorMatías Aguirre <matiasaguirre@gmail.com>
Thu, 16 Feb 2012 18:56:37 +0000 (16:56 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Thu, 16 Feb 2012 18:56:37 +0000 (16:56 -0200)
README.rst
doc/configuration.rst

index 3c6565b7eb7a5e4650869772089358b07f09e5a8..c121c666493ebd2d7c8639fb5955afe43281e44e 100644 (file)
@@ -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         = ''
index 3b016201bcfc6fb6850ce0aef00fd1d8d6adae14..01fcea746994b30324fc4952bf8908e33ca0b4bf 100644 (file)
@@ -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         = ''