From 9bea7957dc7abcaeaed879780a69203201bee90d Mon Sep 17 00:00:00 2001 From: Tres Henry Date: Fri, 2 Mar 2012 16:17:12 -0800 Subject: [PATCH] Made readme a little more clear on where to put local_settings.py Change-Id: I670f6dd57e259fded7ce206380d0a3d588d4083d --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2eb3cdfa7e..8338a4475c 100644 --- a/README.rst +++ b/README.rst @@ -33,9 +33,9 @@ for you and then run the full test suite to verify everything is installed and functioning correctly. Now that the virtualenv is created, you need to configure your local -environment. To do this, create a ``local_settings.py`` file in the ``local/`` -directory. There is a ``local_settings.py.example`` file there that may be -used as a template. +environment. To do this, create a ``local_settings.py`` file in the +``openstack_dashboard/local/`` directory. There is a +``local_settings.py.example`` file there that may be used as a template. If all is well you should able to run the development server locally: