diff options
Diffstat (limited to 'chimere_example_project/settings.py')
| -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 |
