diff options
| author | root <root@viserion.(none)> | 2013-03-07 19:57:25 +0000 |
|---|---|---|
| committer | root <root@viserion.(none)> | 2013-03-07 19:57:25 +0000 |
| commit | b4141b9ccaf86857133903522af68e339bc6f3f3 (patch) | |
| tree | 78cac7cc354e95a53e8338f22dc9c46b3c70a0b2 /example_project/local_settings.py.sample | |
| parent | 84cdbef78b30697b8babb00978984712f81e8120 (diff) | |
| parent | 4fb8a816f1eeb7074d669bbf8716e480f298a414 (diff) | |
| download | Ishtar-b4141b9ccaf86857133903522af68e339bc6f3f3.tar.bz2 Ishtar-b4141b9ccaf86857133903522af68e339bc6f3f3.zip | |
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'example_project/local_settings.py.sample')
| -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" |
