diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2013-03-07 19:57:25 +0000 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2013-03-07 19:57:25 +0000 |
| commit | c0e64f5f1baef6cb373c391c71b3953c3abdddfa (patch) | |
| tree | 78cac7cc354e95a53e8338f22dc9c46b3c70a0b2 /example_project | |
| parent | f302bc406d21cf06606a9109d7bf136431660739 (diff) | |
| parent | 962c88eaf41c09477439b76decd9a85d2f23519b (diff) | |
| download | Ishtar-c0e64f5f1baef6cb373c391c71b3953c3abdddfa.tar.bz2 Ishtar-c0e64f5f1baef6cb373c391c71b3953c3abdddfa.zip | |
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
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" |
