Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahr committed Jan 2, 2012
1 parent 419a6fe commit 4f70b8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -25,12 +25,12 @@ In your `settings.py`:
'django_host_settings' 'django_host_settings'
) )


Then run these commands: Then run these shell commands:


$ echo "import os" >> settings.py echo "import os" >> settings.py
$ echo "PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))" >> settings.py echo "PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))" >> settings.py
$ python manage.py createhostsettings python manage.py createhostsettings
$ echo "from django_host_settings.settings import *" >> settings.py 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. 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 4f70b8b

Please sign in to comment.