Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
settings in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
zalun committed Feb 10, 2010
1 parent ed8ee1a commit d6c1b0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flightdeck/base/context_processors.py
@@ -0,0 +1,4 @@
from django.conf import settings as _settings

def settings(request):
return {'settings': _settings}

0 comments on commit d6c1b0b

Please sign in to comment.