From ae69297a12018c88165d7d09e2203cd9d6ce386b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 13 Nov 2013 10:18:36 +0000 Subject: [PATCH] README: add instruction to run migration on install Since South was added this is an additional mandatory step for new installations. Signed-off-by: Paul Eggleton --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index a866620..1896df8 100644 --- a/README +++ b/README @@ -40,10 +40,11 @@ Setup instructions: LAYER_FETCH_DIR to a location with sufficient space for fetching layer repositories. -2. Run the following command within the layerindex-web directory to +2. Run the following commands within the layerindex-web directory to initialise the database: python manage.py syncdb + python manage.py migrate You should answer "yes" when asked to create an admin account.