blob: 34344a7bb811165f968d943d140cd70732b964a0 [file] [log] [blame]
"""
Django settings for xdata project.
For more information on this file, see
https://docs.djangoproject.com/en/1.6/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.6/ref/settings/
"""
import os
from base import *
INSTALLED_APPS += (
'django_extensions',
)
DEBUG = False
TEMPLATE_DEBUG = False
# Activity Logging Endpoint
ALE_URL = 'http://127.0.0.1'