# -*- coding: utf-8 -*- #!/usr/bin/env python # noinspection PyUnresolvedReferences from .base import * DEBUG = True # DEFAULT_AGENT_ID = '6417d4456f29257125ebf705' MIDDLEWARE_CLASSES = ( 'django.middleware.gzip.GZipMiddleware', 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', # 'mongo_auth.middleware.LazyUserMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', # 'apilib.loghelper.middleware.RequestIdMiddleware', #: 测试性能中间件 'middlewares.profile.ProfileMiddleware' )