Skip to content

Commit

Permalink
Remove old doc
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Feb 16, 2012
1 parent fa6244b commit f23b3b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions README.rst
Expand Up @@ -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 = ''
Expand Down
6 changes: 0 additions & 6 deletions doc/configuration.rst
Expand Up @@ -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 = ''
Expand Down

0 comments on commit f23b3b6

Please sign in to comment.