diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-16 19:15:12 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-16 19:15:12 +0200 |
| commit | 942dc6199f24436967f00b5f4973928351e05fb3 (patch) | |
| tree | a0bbe3e7fe1c759133619cee91cc0c98bed03e5d /chimere_example_project | |
| parent | 08806031d443e5b6d9b0f0fcc70019cbc51a4f43 (diff) | |
| download | Chimère-942dc6199f24436967f00b5f4973928351e05fb3.tar.bz2 Chimère-942dc6199f24436967f00b5f4973928351e05fb3.zip | |
Fix tests
Diffstat (limited to 'chimere_example_project')
| -rw-r--r-- | chimere_example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere_example_project/settings.py b/chimere_example_project/settings.py index 360e66d..8ab1da4 100644 --- a/chimere_example_project/settings.py +++ b/chimere_example_project/settings.py @@ -5,6 +5,7 @@ # overload all theses settings in your local_settings.py file import os +import sys _ = lambda s: s DEBUG = False |
