From 691e448df58d1af3505fdb0ac65793cfb62cd1fd Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 26 Nov 2012 21:18:02 +0100 Subject: [PATCH] Update of quick start in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 77129eeb..995c0ee3 100644 --- a/README.rst +++ b/README.rst @@ -18,5 +18,5 @@ To bootstrap the project:: cd path/to/youmap/repository pip install -r requirements.pip pip install -e . - cp youmap/settings/local.py.example youmap/settings/local.py - manage.py syncdb --migrate + touch youmap/settings/local.py + manage.py syncdb