1 # -*- coding: utf-8 -*-
10 from .logging import *
11 from .middleware import *
12 from .contrib import *
16 # Load localsettings, if they exist
18 from emels.localsettings import *
22 # required by sorl-thumbnail
23 # remove when this is fixed:
24 # https://github.com/mariocesar/sorl-thumbnail/issues/476
25 TEMPLATE_DEBUG = False