From 237c32017a3ff24c080408bbe85b42d6401efbbb Mon Sep 17 00:00:00 2001 From: Joan Date: Fri, 17 May 2013 12:11:25 +0200 Subject: [PATCH] Modify location of local_settings.py in README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 819679c..de91eb7 100644 --- a/README +++ b/README @@ -40,9 +40,9 @@ Clone nuages archive somewhere in your home folder # cd # git clone http://git.domainepublic.net/git/nuages.git -You can have local customizations in the local_settings.py file (and avoid modify the original settings.py) +You can have local customizations in the nuages/local_settings.py file (and avoid modify the original settings.py) - # vi local_settings.py + # vi nuages/local_settings.py Build nuages database -- GitLab