diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-28 20:26:31 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-28 20:26:31 +0200 |
commit | 95c7286324b93564e1c996f18a4f1614a4ee6f1d (patch) | |
tree | 3652f3dcb6991a052ec6a1c9ec2e89f0038a5cd0 /example_project | |
parent | 6f80a494ceac19d5db0650a591bf112b09ea2eba (diff) | |
download | Ishtar-95c7286324b93564e1c996f18a4f1614a4ee6f1d.tar.bz2 Ishtar-95c7286324b93564e1c996f18a4f1614a4ee6f1d.zip |
Force regeneration of cached labels when add M2M or changing ids
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index ef52d932a..a191b83b3 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -288,3 +288,6 @@ if SQL_DEBUG: 'level': 'DEBUG', 'handlers': ['console'], } + +if 'test' in sys.argv: + PROJECT_SLUG += "-test" |