From: Matías Aguirre Date: Sat, 21 May 2011 16:51:56 +0000 (-0300) Subject: README fix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1542866b8cd1f13eaf84497509c143f679fc9dd5;p=django-social-auth.git README fix --- diff --git a/README.rst b/README.rst index fa0af18..eff39eb 100644 --- a/README.rst +++ b/README.rst @@ -516,7 +516,9 @@ Miscellaneous Join to django-social-auth_ community on Convore_ and bring any questions or 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 diff --git a/doc/miscellaneous.rst b/doc/miscellaneous.rst index bdaa634..c07a569 100644 --- a/doc/miscellaneous.rst +++ b/doc/miscellaneous.rst @@ -6,6 +6,7 @@ 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