Made readme a little more clear on where to put local_settings.py

Change-Id: I670f6dd57e259fded7ce206380d0a3d588d4083d
This commit is contained in:
Tres Henry 2012-03-02 16:17:12 -08:00
parent 0ee6fa835b
commit 9bea7957dc
1 changed files with 3 additions and 3 deletions

View File

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