app/settings.py
changeset 3058 5395772146cc
parent 3043 187c1709756b
child 3075 1e78db95e38a
equal deleted inserted replaced
3057:966bbe3e204d 3058:5395772146cc
    15 """Module containing Melange Django settings.
    15 """Module containing Melange Django settings.
    16 """
    16 """
    17 
    17 
    18 __authors__ = [
    18 __authors__ = [
    19   '"Augie Fackler" <durin42@gmail.com>',
    19   '"Augie Fackler" <durin42@gmail.com>',
       
    20   '"Sverre Rabbelier" <sverre@rabbelier.nl>',
       
    21   '"Lennard de Rijk" <ljvderijk@gmail.com>',
    20   '"Pawel Solyga" <pawel.solyga@gmail.com>',
    22   '"Pawel Solyga" <pawel.solyga@gmail.com>',
    21   ]
    23   ]
    22 
    24 
    23 import os
    25 import os
    24 
    26 
    96 # - The MaintenanceMiddleware should be after the Profiler, since we
    98 # - The MaintenanceMiddleware should be after the Profiler, since we
    97 #   do want it's actions profiled.
    99 #   do want it's actions profiled.
    98 MIDDLEWARE_CLASSES = (
   100 MIDDLEWARE_CLASSES = (
    99     'soc.middleware.value_store.ValueStoreMiddleware',
   101     'soc.middleware.value_store.ValueStoreMiddleware',
   100     'soc.middleware.exception_handler.ExceptionHandlerMiddleware',
   102     'soc.middleware.exception_handler.ExceptionHandlerMiddleware',
   101     'app_profiler.app_profiler.ProfileMiddleware',    
   103     'app_profiler.app_profiler.ProfileMiddleware',
   102     'soc.middleware.maintenance.MaintenanceMiddleware',
   104     'soc.middleware.maintenance.MaintenanceMiddleware',
   103 #    'django.middleware.common.CommonMiddleware',
   105 #    'django.middleware.common.CommonMiddleware',
   104 #    'django.contrib.sessions.middleware.SessionMiddleware',
   106 #    'django.contrib.sessions.middleware.SessionMiddleware',
   105 #    'django.contrib.auth.middleware.AuthenticationMiddleware',
   107 #    'django.contrib.auth.middleware.AuthenticationMiddleware',
   106 #    'django.middleware.doc.XViewMiddleware',
   108 #    'django.middleware.doc.XViewMiddleware',