]> git.parisson.com Git - django-social-auth.git/commitdiff
Mention http://djangopackages.com/grids/g/social-auth-backends/ in docs
authorMatías Aguirre <matiasaguirre@gmail.com>
Sat, 10 Sep 2011 00:29:05 +0000 (21:29 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Sat, 10 Sep 2011 00:29:05 +0000 (21:29 -0300)
README.rst
doc/miscellaneous.rst

index 962006638e45a842041dd3f4119b22f4d7f7d4e5..74f227d9a50f5a43086c76ae412f8524b0894ea4 100644 (file)
@@ -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/
index 9a366fc856293ce200017a368e55599916179a6a..d3f1d1743c63cff118754bdfae26f2b93410094d 100644 (file)
@@ -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/