From 86839d6d321b62f48fb3e88c1b88cddb75bc112b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 18 Aug 2018 13:49:53 +0200 Subject: [PATCH] Yolo fix --- conf/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/local.py b/conf/local.py index 883ceb4..ba90306 100644 --- a/conf/local.py +++ b/conf/local.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals import os +from settings_base import * DEBUG = TEMPLATE_DEBUG = True