[extensions-web/django/upgrade-1.8] settings: removed useless option



commit cd217ed245119966022650e28282f303faf88608
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Thu Oct 27 00:40:19 2016 +0300

    settings: removed useless option

 sweettooth/settings.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index 1aa31bc..396aada 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -172,8 +172,6 @@ XAPIAN_DB_PATH = os.path.join(SITE_ROOT, '..', 'xapian.db')
 
 THUMBNAIL_DEBUG = True
 
-TEST_RUNNER="django.test.simple.DjangoTestSuiteRunner"
-
 try:
     from local_settings import *
 except ImportError:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]