Author: chrisz
Date: Sat Jan 26 06:37:30 2008
New Revision: 4051
URL: http://trac.turbogears.org/changeset/4051

Log:
Merging fix for #1639 from 1.0 to 1.1 branch.

Modified:
   branches/1.1/turbogears/command/quickstart.py

Modified: branches/1.1/turbogears/command/quickstart.py
==============================================================================
--- branches/1.1/turbogears/command/quickstart.py       (original)
+++ branches/1.1/turbogears/command/quickstart.py       Sat Jan 26 06:37:30 2008
@@ -59,6 +59,7 @@
                             "turbogears.qstemplates",
                             "quickstartbig")
     summary = "For more complex projects"
+    use_cheetah = True
 
     def post(self, command, output_dir, vars):
         packagedir = os.path.join(output_dir, vars["package"])

Reply via email to