README
authorreno
Wed, 09 Dec 2009 12:34:44 +0100
changeset 33 fec6dd7087be
parent 32 1b5327351192
child 34 a877b19deb98
README
README.txt
--- a/README.txt	Wed Dec 09 12:21:45 2009 +0100
+++ b/README.txt	Wed Dec 09 12:34:44 2009 +0100
@@ -86,13 +86,16 @@
 Normal upgrade
 --------------
 Upgrading you database should only need one command:
+   - `./bin/buildout`
    - `./bin/django migrate --settings=settings`
    
 Upgrade from alpha releases
 ----------------------------
 If your database was created using comt alpha prior to the revision 29, here are the commands you should run:
-   - `./bin/django migrate cm 0001_initial --skip`
-   - `./bin/django migrate migrate`
+   - `./bin/buildout`
+   - `./bin/django syncdb`
+   - `./bin/django migrate cm 0001_initial --fake`
+   - `./bin/django migrate`
 
 Openoffice
 ==========