mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c07c45dc31
2 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,7 @@ LEXER_LIST = getattr(settings, 'DPASTE_LEXER_LIST', (
|
||||||
('properties', 'Properties'),
|
('properties', 'Properties'),
|
||||||
('puppet', 'Puppet'),
|
('puppet', 'Puppet'),
|
||||||
('python', 'Python'),
|
('python', 'Python'),
|
||||||
|
('r', 'R'),
|
||||||
('rb', 'Ruby'),
|
('rb', 'Ruby'),
|
||||||
('rst', 'reStructuredText'),
|
('rst', 'reStructuredText'),
|
||||||
('rust', 'Rust'),
|
('rust', 'Rust'),
|
||||||
|
|
|
@ -104,6 +104,7 @@ TEMPLATES = [
|
||||||
'context_processors': [
|
'context_processors': [
|
||||||
'django.template.context_processors.debug',
|
'django.template.context_processors.debug',
|
||||||
'django.template.context_processors.request',
|
'django.template.context_processors.request',
|
||||||
|
'django.template.context_processors.i18n',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue