fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor fix in verbose names
[redakcja.git]
/
redakcja
/
context_processors.py
diff --git
a/redakcja/context_processors.py
b/redakcja/context_processors.py
index
5e3372e
..
aec6df7
100644
(file)
--- a/
redakcja/context_processors.py
+++ b/
redakcja/context_processors.py
@@
-15,5
+15,8
@@
def settings(request):
return {
'MEDIA_URL': settings.MEDIA_URL,
'STATIC_URL': settings.STATIC_URL,
+ 'IMAGE_DIR': settings.IMAGE_DIR,
+ 'DEBUG': settings.DEBUG,
+ 'RAVEN_CONFIG': getattr(settings, 'RAVEN_CONFIG'),
'APP_VERSION': VERSION,
}