Merge remote-tracking branch 'origin/master'

This commit is contained in:
Martin Mahner 2016-06-04 07:02:12 +00:00
commit c07c45dc31
2 changed files with 2 additions and 0 deletions

View file

@ -79,6 +79,7 @@ LEXER_LIST = getattr(settings, 'DPASTE_LEXER_LIST', (
('properties', 'Properties'),
('puppet', 'Puppet'),
('python', 'Python'),
('r', 'R'),
('rb', 'Ruby'),
('rst', 'reStructuredText'),
('rust', 'Rust'),

View file

@ -104,6 +104,7 @@ TEMPLATES = [
'context_processors': [
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.template.context_processors.i18n',
],
},
},