Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
setting TOWER_KEYWORDS to get _lazy extraction (bug 570109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Aug 3, 2010
1 parent 79cc8f6 commit d46025b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.py
Expand Up @@ -80,6 +80,10 @@

TEXT_DOMAIN = 'z-messages'

TOWER_KEYWORDS = {
'_lazy': None,
}

# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True
Expand Down

0 comments on commit d46025b

Please sign in to comment.