pass
+If defining a custom user model, do not import social_auth from any models.py
+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.
+
----
Bugs
----
except:
pass
+If defining a custom user model, do not import social_auth from any models.py
+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.
.. _South: http://south.aeracode.org/
.. _django-social-auth: https://convore.com/django-social-auth/