Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahr committed Oct 29, 2011
1 parent 25b1a0a commit 419a6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,9 +27,9 @@ In your `settings.py`:

Then run these commands:

$ python manage.py createhostsettings
$ echo "import os" >> settings.py
$ echo "PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))" >> settings.py
$ python manage.py createhostsettings
$ echo "from django_host_settings.settings import *" >> settings.py

You can now override any settings in your own settings file, created in the `config/` directory of your project's root.
Expand Down

0 comments on commit 419a6fe

Please sign in to comment.