From: Matías Aguirre Date: Sat, 10 Sep 2011 00:29:05 +0000 (-0300) Subject: Mention http://djangopackages.com/grids/g/social-auth-backends/ in docs X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4eb77d7fefac3aebffbcae865f1eef64645f1329;p=django-social-auth.git Mention http://djangopackages.com/grids/g/social-auth-backends/ in docs --- 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/