From 28cf6b65423b4c7e58afbf2850857a898dc29fbb Mon Sep 17 00:00:00 2001 From: goodwillcoding Date: Sat, 19 Apr 2014 21:26:05 -0700 Subject: Move the docs and pyramid version to scaffold template generation and out of the views. Add pyramid docs version to all the .ini file scaffolds Update alchemy, zodb, and starter to have respective names --- pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl | 8 ++++---- pyramid/scaffolds/alchemy/+package+/views.py_tmpl | 6 +----- pyramid/scaffolds/alchemy/development.ini_tmpl | 4 ++-- pyramid/scaffolds/alchemy/production.ini_tmpl | 4 ++-- pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl | 4 ++-- pyramid/scaffolds/starter/+package+/views.py_tmpl | 5 +---- pyramid/scaffolds/starter/development.ini_tmpl | 6 +++--- pyramid/scaffolds/starter/production.ini_tmpl | 4 ++-- pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl | 8 ++++---- pyramid/scaffolds/zodb/development.ini_tmpl | 4 ++-- pyramid/scaffolds/zodb/production.ini_tmpl | 4 ++-- 11 files changed, 25 insertions(+), 32 deletions(-) diff --git a/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl index 5f860da26..83a9430b8 100644 --- a/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl @@ -8,7 +8,7 @@ - Starter Template for The Pyramid Web Framework + Alchemy Template for The Pyramid Web Framework @@ -33,7 +33,7 @@
-

Pyramid starter template

+

Pyramid alchemy template

Welcome to ${project}, an application generated by
the Pyramid Web Framework.

@@ -41,8 +41,8 @@