From 419a6fe53f076f37397db91af65620a2ffd8ec1c Mon Sep 17 00:00:00 2001 From: Elijah Rutschman Date: Fri, 28 Oct 2011 19:40:18 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a5131c..3c73e58 100644 --- a/README.md +++ b/README.md @@ -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.