fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Changed WSGI script.
[redakcja.git]
/
platforma
/
context_processors.py
1
# -*- coding: utf-8
2
3
4
def settings(request):
5
from django.conf import settings
6
return {'MEDIA_URL': settings.MEDIA_URL,
7
'STATIC_URL': settings.STATIC_URL,
8
'REDMINE_URL': settings.REDMINE_URL}