equal
deleted
inserted
replaced
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. |