Browse Source

Add instructions to migrate db from bottle

Jocelyn Delande 9 years ago
parent
commit
f9ddb89bbd
1 changed files with 9 additions and 2 deletions
  1. 9 2
      README.md

+ 9 - 2
README.md

@@ -53,8 +53,15 @@ The wifi-with-me website URL (for links included in emails :)
 
     SITE_URL="http://example.tld"
 
-But theses are optional settings for testing.
-That needs to be set only if someone wants to receive notifications on each new contrib.
+
+Migrate from bottle version (optional)
+======================================
+
+If you used the (old) bottle version of wifi-with-me and want to migrate your
+data follow this extra step :
+
+    $ ./manage.py migrate auth
+    $ ./manage.py migrate contribmap 0001 --fake
 
 Run development server
 ======================