|
@@ -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
|
|
|
======================
|