From ccadd9886a2b2dc4dad31e8f4a7a34befd5a5cdd Mon Sep 17 00:00:00 2001 From: Alexander Kondratyev Date: Thu, 23 Mar 2017 13:03:43 +0300 Subject: [PATCH] Dev settings --- app/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/settings.py b/app/settings.py index 3f1ff8b..bc0e396 100644 --- a/app/settings.py +++ b/app/settings.py @@ -17,7 +17,7 @@ SECRET_KEY = '=%%a@whz46w1#=8ffk^a+8vya5fg-kz0ztyz!_@hdg-(5a9q+s' # SECURITY WARNING: don't run with debug turned on in production! # Prod -DEBUG = False +DEBUG = True TEMPLATE_DEBUG = False ALLOWED_HOSTS = [ '.zuykov.com', # Allow domain and subdomains @@ -101,7 +101,7 @@ STATICFILES_FINDERS = ( ) PIPELINE = { - 'PIPELINE_ENABLED': True, + 'PIPELINE_ENABLED': False, 'JAVASCRIPT': { 'main': { 'source_filenames': (