From e4280cf3ce8eac5244097723d2207edaeb28a4b0 Mon Sep 17 00:00:00 2001 From: Ivan VenOsdel Date: Sun, 11 Sep 2016 09:57:59 -0500 Subject: [PATCH] Kicking build --- runtests.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/runtests.py b/runtests.py index 53d0a97..120832f 100644 --- a/runtests.py +++ b/runtests.py @@ -35,10 +35,7 @@ settings.configure( DEBUG=False, ROOT_URLCONF='', TEMPLATES = [ # For >= Django 1.10 - { - 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'APP_DIRS': True, - }, + {'BACKEND': 'django.template.backends.django.DjangoTemplates', 'APP_DIRS': True}, ] )