Mover DEBUG

This commit is contained in:
Mauricio Baeza 2017-10-22 14:53:07 -05:00
parent d074f5078d
commit 76df8a101a
1 changed files with 3 additions and 1 deletions

View File

@ -7,8 +7,10 @@ from mako.lookup import TemplateLookup
from logbook import Logger, StreamHandler, RotatingFileHandler
logbook.set_datetime_format('local')
from conf import DEBUG
DEBUG = True
DEBUG = DEBUG
VERSION = '0.1.0'
EMAIL_SUPPORT = ('soporte@empresalibre.net',)