src/p4l/settings.py
changeset 74 ad7d84868c98
parent 70 2ee11f57e318
child 83 0ae8f199388b
equal deleted inserted replaced
73:d1b176885515 74:ad7d84868c98
   139     'p4l'
   139     'p4l'
   140 )
   140 )
   141 
   141 
   142 TEMPLATE_CONTEXT_PROCESSORS = global_settings.TEMPLATE_CONTEXT_PROCESSORS + (
   142 TEMPLATE_CONTEXT_PROCESSORS = global_settings.TEMPLATE_CONTEXT_PROCESSORS + (
   143     'django.core.context_processors.i18n',
   143     'django.core.context_processors.i18n',
       
   144     'django.core.context_processors.request',
   144 )
   145 )
   145 
   146 
   146 # A sample logging configuration. The only tangible logging
   147 # A sample logging configuration. The only tangible logging
   147 # performed by this configuration is to send an email to
   148 # performed by this configuration is to send an email to
   148 # the site admins on every HTTP 500 error when DEBUG=False.
   149 # the site admins on every HTTP 500 error when DEBUG=False.