]> git.0d.be Git - panikweb.git/blob - panikweb/context_processors.py
settings: declare required combo settings
[panikweb.git] / panikweb / context_processors.py
1 def site_url(request):
2     return {'site_url': request.build_absolute_uri('/').strip('/')}