fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
db6c98b44dbc30ae671e784eafac37c4380cc468
[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}