diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-03-03 16:12:10 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-03-03 16:12:10 +0100 |
commit | ef51425037b9da9ecf2c80a94188bebebe9c6da1 (patch) | |
tree | 15a333ff68d74ff597b75cc09786831b8f22fdd8 /example_project | |
parent | 48041d8a27859dc82a634fecf2ed8249c6eb539a (diff) | |
download | Ishtar-ef51425037b9da9ecf2c80a94188bebebe9c6da1.tar.bz2 Ishtar-ef51425037b9da9ecf2c80a94188bebebe9c6da1.zip |
Work on DBF imports
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/local_settings.py.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample index dd488d52e..28ab60ab7 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/local_settings.py.sample @@ -26,6 +26,9 @@ DATABASES = { ROOT_URLCONF = 'example_project.urls' MEDIA_URL = 'http://mydomain/static/' +# complete with host/domain names that this website can serve +ALLOWED_HOSTS = [] + # if your installation uses a prefix after the domain name modify and uncomment # theses lines #DOMAIN_PREFIX = "/ishtar-test" |