README: updated south migration steps
[myslice.git] / README
diff --git a/README b/README
index 8658148..5926c65 100644 (file)
--- a/README
+++ b/README
@@ -247,9 +247,6 @@ $python manage.py migrate
 As south is already installed , you just have to do:
 
 # ./manage.py schemamigration portal --initial
-# ./manage.py migrate portal
-if it fails:
-
 # sqlite3 /var/unfold/unfold.sqlite3
        sqlite> DROP TABLE "portal_institution";
        sqlite> DROP TABLE "portal_pendinguser";