diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-10 01:18:28 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-10 01:18:28 +0100 |
| commit | a95e41815be353f717e5a9347166e0bbc486c687 (patch) | |
| tree | a4aec468c53ba6d5baa688df0dba3fbb8a588fb4 /example_project | |
| parent | 99f0621b864550817931a46850e5194f571c9d81 (diff) | |
| parent | 7475ae571619c3726e63c5cefc0215930cb83278 (diff) | |
| download | Ishtar-a95e41815be353f717e5a9347166e0bbc486c687.tar.bz2 Ishtar-a95e41815be353f717e5a9347166e0bbc486c687.zip | |
Merge branch 'v0.9' into wheezy
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: |
