diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-09 13:30:23 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-09 13:30:23 +0100 |
commit | 1aa58f90a149d7de7813dcf45fe8c1fb04a63143 (patch) | |
tree | 1e8aee138f6bd99bc401156418ddbeed3089ff6a /example_project | |
parent | acdb5dcd125d95f5e8f9a6d2a7f80bfb17e74b33 (diff) | |
download | Ishtar-1aa58f90a149d7de7813dcf45fe8c1fb04a63143.tar.bz2 Ishtar-1aa58f90a149d7de7813dcf45fe8c1fb04a63143.zip |
tests: force managing of unmanage tables
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index a191b83b3..437c75673 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -229,6 +229,8 @@ OP_PREFIX = 'OP' PRE_APPS = [] EXTRA_APPS = [] +TEST_RUNNER = 'ishtar_common.tests.ManagedModelTestRunner' + try: from local_settings import * except ImportError, e: |