Skip to content

Commit

Permalink
Set Mako's 'strict_undefined' option in the app template.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeorr committed Feb 20, 2011
1 parent 1e60718 commit 1964321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ development
- Fix but that may have prevented create_db.py from finding the INI stanza.
- 100% test coverage contributed by Chris McDonough.
- Delete unneeded development code in static.py.
- Set Mako's 'strict_undefined' option in the application template.

1.0rc1 (2010-01-26)
--------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ debug_routematch = false
debug_templates = true
default_locale_name = en
mako.directories = {{package}}:templates
mako.strict_undefined = true
sqlalchemy.url = sqlite:///%(here)s/db.sqlite
session.type = file
session.data_dir = %(here)s/data/sessions/data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ debug_routematch = false
debug_templates = false
default_locale_name = en
mako.directories = {{package}}:templates
mako.strict_undefined = true
sqlalchemy.url = sqlite:///%(here)s/db.sqlite
session.type = file
session.data_dir = %(here)s/data/sessions/data
Expand Down

0 comments on commit 1964321

Please sign in to comment.