X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=5926c65d1e46da8632fd5b186e1f8f5604cf69a2;hb=1eb1d91a070854cbe5e044d9c2260b15c3c64622;hp=86581489336651ab797cacfde040eae80d5ffeab;hpb=ff4c22c84e00ce2dee30a50afcd22f7d71e9cb7d;p=myslice.git diff --git a/README b/README index 86581489..5926c65d 100644 --- 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";