From 758464303c00de745672d6c3e27566e3bc52859e Mon Sep 17 00:00:00 2001 From: Joe Dallago Date: Thu, 24 Mar 2011 23:38:27 -0500 Subject: It was decided that pyramid would undergo a terminology change. 'Paster templates' will now be refered to as 'scaffolds,' while 'rendered templates' will remain as 'templates.' I have changed the docs to reflect this change in terminology. --- docs/tutorials/modwsgi/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/modwsgi') diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst index 5da7f32c7..523aef8a8 100644 --- a/docs/tutorials/modwsgi/index.rst +++ b/docs/tutorials/modwsgi/index.rst @@ -79,7 +79,7 @@ commands and files. The first argument to ``get_app`` is the project Paste configuration file name. It's best to use the ``production.ini`` file provided by your - Pyramid paster template, as it contains settings appropriate for + scaffold, as it contains settings appropriate for production. The second is the name of the section within the .ini file that should be loaded by ``mod_wsgi``. The assignment to the name ``application`` is important: mod_wsgi requires finding such an -- cgit v1.2.3