diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 11:55:39 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 11:55:39 +0200 |
| commit | bfd0d7e3e576c700968c1eb8571f32649274b18e (patch) | |
| tree | 823b43e3689dc2a66a28cc2c9271d5b17d039dd2 /example_project/local_settings.py.sample | |
| parent | 29e6b089568281bfa5a3dcff80f9fca8b42852af (diff) | |
| parent | d4f335cc6990eb86e011b5f58f01cf92a89ddd87 (diff) | |
| download | Ishtar-bfd0d7e3e576c700968c1eb8571f32649274b18e.tar.bz2 Ishtar-bfd0d7e3e576c700968c1eb8571f32649274b18e.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'example_project/local_settings.py.sample')
| -rw-r--r-- | example_project/local_settings.py.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample index ee5338801..5a7550d9a 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/local_settings.py.sample @@ -34,7 +34,7 @@ DEBUG_TOOLBAR = False TEMPLATE_DEBUG = DEBUG SQL_DEBUG = False -# important to change on a server hosting multiple ishtar instances +# very important to change on a server hosting multiple ishtar instances PROJECT_SLUG = "my-project" # complete with host/domain names that this website can serve |
