blob: b59446994f83040d3de001f6df8e619f7096eca8 [file] [log] [blame]
"""
Django settings for tap project.
For more information on this file, see
https://docs.djangoproject.com/en/1.8/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.8/ref/settings/
"""
import os
from base import *
INSTALLED_APPS += (
'django_extensions',
)
DEBUG = True
for T in TEMPLATES:
T['OPTIONS']['debug'] = DEBUG