Since https://github.com/omab/django-social-auth/pull/57 the code
has been added to fields.py so no need to mention it in the README.
suggestions that will improve this app.
-South_ users should add this rule to enable migrations::
-
- try:
- import south
- from south.modelsinspector import add_introspection_rules
- add_introspection_rules([], ["^social_auth\.fields\.JSONField"])
- 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