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 | f296333a87085ee0e04a0f4fbfc207c112f17bce (patch) | |
tree | 3652f3dcb6991a052ec6a1c9ec2e89f0038a5cd0 /example_project/settings.py | |
parent | 328de388cf7c8cd213752c01dfadc2a19e8acb6f (diff) | |
download | Ishtar-f296333a87085ee0e04a0f4fbfc207c112f17bce.tar.bz2 Ishtar-f296333a87085ee0e04a0f4fbfc207c112f17bce.zip |
Force regeneration of cached labels when add M2M or changing ids
Diffstat (limited to 'example_project/settings.py')
-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" |