Hi. When there is a server error (error 500 returns) the template
context processors don't seem to be doing anything (not passed to the
template).
I have this template context processor:
import llcom.settings
def site_context(request):
""" Add URL prefixes from settings file to request cont
Hi. When there is a server error (error 500 returns) the template
context processors don't seem to be doing anything (not passed to the
template).
I have this template context processor:
import llcom.settings
def site_context(request):
""" Add URL prefixes from settings file to request cont
2 matches
Mail list logo