From cfbcd3cd0851dcb9846e4e6701cbcb8e878dd343 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Apr 2011 20:35:55 +0200 Subject: Managing tests --- ishtar/settings.py.example | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar/settings.py.example') diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 64f44af1d..11b2e3a58 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -19,6 +19,7 @@ ODT_TEMPLATE = ROOT_PATH + "../static/template.odt" LOGIN_REDIRECT_URL = "/" + URL_PATH DEBUG = True TEMPLATE_DEBUG = DEBUG +TEST_RUNNER='django.contrib.gis.tests.run_tests' ADMINS = ( # ('Your Name', 'your_email@domain.com'), -- cgit v1.2.3