README: updated south migration steps
authorYasin <mohammed-yasin.rahman@lip6.fr>
Tue, 29 Apr 2014 10:25:52 +0000 (12:25 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Tue, 29 Apr 2014 10:25:52 +0000 (12:25 +0200)
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";