src/p4l/settings.py
changeset 120 6ec0300b626e
parent 119 ece69ca3ac24
child 126 a345f1a67bf1
equal deleted inserted replaced
119:ece69ca3ac24 120:6ec0300b626e
   141 )
   141 )
   142 
   142 
   143 TEMPLATE_CONTEXT_PROCESSORS = global_settings.TEMPLATE_CONTEXT_PROCESSORS + (
   143 TEMPLATE_CONTEXT_PROCESSORS = global_settings.TEMPLATE_CONTEXT_PROCESSORS + (
   144     'django.core.context_processors.i18n',
   144     'django.core.context_processors.i18n',
   145     'django.core.context_processors.request',
   145     'django.core.context_processors.request',
       
   146     'p4l.context_processors.version',
   146 )
   147 )
   147 
   148 
   148 # A sample logging configuration. The only tangible logging
   149 # A sample logging configuration. The only tangible logging
   149 # performed by this configuration is to send an email to
   150 # performed by this configuration is to send an email to
   150 # the site admins on every HTTP 500 error when DEBUG=False.
   151 # the site admins on every HTTP 500 error when DEBUG=False.