taiga-back/settings/development.py

11 lines
164 B
Python

# -*- coding: utf-8 -*-
from .common import *
DEBUG = True
TEMPLATE_DEBUG = DEBUG
TEMPLATE_CONTEXT_PROCESSORS += [
"django.core.context_processors.debug",
]