fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
It's safe to edit accesskey on the list.
[redakcja.git]
/
redakcja
/
context_processors.py
1
# -*- coding: utf-8
2
3
4
def settings(request):
5
from django.conf import settings
6
return {
7
'MEDIA_URL': settings.MEDIA_URL,
8
'STATIC_URL': settings.STATIC_URL,
9
}