fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c912116056a462a4e8d12cb2a1b542c74376d387
[wolnelektury.git]
/
wolnelektury
/
context_processors.py
1
from django.conf import settings
2
3
def extra_settings(request):
4
return {
5
'STATIC_URL': settings.STATIC_URL,
6
'FULL_STATIC_URL': request.build_absolute_uri(settings.STATIC_URL)
7
}