fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor fix
[redakcja.git]
/
redakcja
/
context_processors.py
diff --git
a/redakcja/context_processors.py
b/redakcja/context_processors.py
index
feba9e9
..
aae919e
100644
(file)
--- a/
redakcja/context_processors.py
+++ b/
redakcja/context_processors.py
@@
-1,4
+1,5
@@
# -*- coding: utf-8 -*-
+import sys
def settings(request):
@@
-20,4
+21,5
@@
def settings(request):
'DEBUG': settings.DEBUG,
'RAVEN_CONFIG': getattr(settings, 'RAVEN_CONFIG'),
'APP_VERSION': VERSION,
+ 'FS_ENC': sys.getfilesystemencoding(),
}