[Checkins] SVN: grokproject/trunk/src/grokproject/template/src/+package+/ Add more template files

Philipp von Weitershausen philikon at philikon.de
Wed Jan 10 12:09:37 EST 2007


Log message for revision 71881:
  Add more template files
  

Changed:
  A   grokproject/trunk/src/grokproject/template/src/+package+/+package+.py_tmpl
  A   grokproject/trunk/src/grokproject/template/src/+package+/+package+_templates/
  A   grokproject/trunk/src/grokproject/template/src/+package+/+package+_templates/README.txt_tmpl
  A   grokproject/trunk/src/grokproject/template/src/+package+/static/
  A   grokproject/trunk/src/grokproject/template/src/+package+/static/README.txt

-=-
Added: grokproject/trunk/src/grokproject/template/src/+package+/+package+.py_tmpl
===================================================================
--- grokproject/trunk/src/grokproject/template/src/+package+/+package+.py_tmpl	2007-01-10 16:57:22 UTC (rev 71880)
+++ grokproject/trunk/src/grokproject/template/src/+package+/+package+.py_tmpl	2007-01-10 17:09:34 UTC (rev 71881)
@@ -0,0 +1,5 @@
+import grok
+
+class ${project}(grok.Model):
+    pass
+

Added: grokproject/trunk/src/grokproject/template/src/+package+/+package+_templates/README.txt_tmpl
===================================================================
--- grokproject/trunk/src/grokproject/template/src/+package+/+package+_templates/README.txt_tmpl	2007-01-10 16:57:22 UTC (rev 71880)
+++ grokproject/trunk/src/grokproject/template/src/+package+/+package+_templates/README.txt_tmpl	2007-01-10 17:09:34 UTC (rev 71881)
@@ -0,0 +1,2 @@
+Place Page Templates (file extension '.pt') in this directory.  They
+will automatically be associated as views with the model in ${package}.py.
\ No newline at end of file

Added: grokproject/trunk/src/grokproject/template/src/+package+/static/README.txt
===================================================================
--- grokproject/trunk/src/grokproject/template/src/+package+/static/README.txt	2007-01-10 16:57:22 UTC (rev 71880)
+++ grokproject/trunk/src/grokproject/template/src/+package+/static/README.txt	2007-01-10 17:09:34 UTC (rev 71881)
@@ -0,0 +1 @@
+Place static resources such as CSS, JS, images, etc. in here.


Property changes on: grokproject/trunk/src/grokproject/template/src/+package+/static/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list