src/p4l/settings.py
changeset 80 c1e36f5911a9
parent 74 ad7d84868c98
child 83 0ae8f199388b
equal deleted inserted replaced
79:d585f6b46b88 80:c1e36f5911a9
   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.