Skip to content

Instantly share code, notes, and snippets.

@luispedro
Created February 10, 2010 04:23
Show Gist options
  • Save luispedro/300019 to your computer and use it in GitHub Desktop.
Save luispedro/300019 to your computer and use it in GitHub Desktop.
template globals for Django
import settings
def add_globals(request):
return settings.TEMPLATE_GLOBALS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment