Context Processors

awl.context_processors.extra_context(request)

Adds useful global items to the context for use in templates.

  • request: the request object

  • HOST: host name of server

  • IN_ADMIN: True if you are in the django admin area