blob: dd9aadcb3d5300a7f0fef05e4dee098b64197d19 [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 = False
for T in TEMPLATES:
T['OPTIONS']['debug'] = DEBUG