From 4eb77d7fefac3aebffbcae865f1eef64645f1329 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Fri, 9 Sep 2011 21:29:05 -0300 Subject: [PATCH] Mention http://djangopackages.com/grids/g/social-auth-backends/ in docs --- README.rst | 8 ++++++++ doc/miscellaneous.rst | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/README.rst b/README.rst index 9620066..74f227d 100644 --- a/README.rst +++ b/README.rst @@ -622,6 +622,13 @@ that would finally import from the models.py that defines your User class or it will make your project fail with a recursive import because social_auth uses get_model() to retrieve your User. + +There's an ongoing movement to create a list of third party backends on +djangopackages.com_, so, if somebody doesn't want it's backend in the +``contrib`` directory but still wants to share, just split it in a separated +package and link it there. + + ---- Bugs ---- @@ -741,3 +748,4 @@ Base work is copyrighted by: .. _revolunet: https://github.com/revolunet .. _GitHub OAuth: http://developer.github.com/v3/oauth/ .. _GitHub Developers: https://github.com/account/applications/new +.. _djangoproject.com: http://djangopackages.com/grids/g/social-auth-backends/ diff --git a/doc/miscellaneous.rst b/doc/miscellaneous.rst index 9a366fc..d3f1d17 100644 --- a/doc/miscellaneous.rst +++ b/doc/miscellaneous.rst @@ -19,6 +19,13 @@ that would finally import from the models.py that defines your User class or it will make your project fail with a recursive import because social_auth uses get_model() to retrieve your User. +There's an ongoing movement to create a list of third party backends on +djangopackages.com_, so, if somebody doesn't want it's backend in the +``contrib`` directory but still wants to share, just split it in a separated +package and link it there. + + .. _South: http://south.aeracode.org/ .. _django-social-auth: https://convore.com/django-social-auth/ .. _Convore: https://convore.com/ +.. _djangoproject.com: http://djangopackages.com/grids/g/social-auth-backends/ -- 2.39.5