Skip to content

Commit

Permalink
scaffold starter now uses Jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Jan 28, 2017
1 parent 955bec6 commit 00a16de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid/scaffolds/__init__.py
Expand Up @@ -52,7 +52,7 @@ def out(self, msg): # pragma: no cover (replaceable testing hook)

class StarterProjectTemplate(PyramidTemplate):
_template_dir = 'starter'
summary = 'Pyramid starter project using URL dispatch and Chameleon'
summary = 'Pyramid starter project using URL dispatch and Jinja2'

class ZODBProjectTemplate(PyramidTemplate):
_template_dir = 'zodb'
Expand Down

0 comments on commit 00a16de

Please sign in to comment.