From 1542866b8cd1f13eaf84497509c143f679fc9dd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sat, 21 May 2011 13:51:56 -0300 Subject: [PATCH] README fix --- README.rst | 2 ++ doc/miscellaneous.rst | 1 + 2 files changed, 3 insertions(+) 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 -- 2.39.5