<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>fez/djangoskel/templates/django_app/bootstrap.py</filename>
    </added>
    <added>
      <filename>fez/djangoskel/templates/django_app/buildout.cfg_tmpl</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -31,7 +31,11 @@ class DjangoTemplate(Template):
 class DjangoAppTemplate(DjangoTemplate):    
     _template_dir = 'templates/django_app'
     summary = 'Template for a basic Django reusable application'
-
+    vars = [
+        var('django_version',
+            'Django version to fetch, the default is 1.0.2',
+            default='1.0.2'),
+    ] + DjangoTemplate.vars
 
 def append_secret_key(vars):
     default_key = ''.join([choice('abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&amp;*(-_=+)') for i in range(50)])</diff>
      <filename>fez/djangoskel/pastertemplates.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>80b81118bc31266507ce926abc811a8548f8cc18</id>
    </parent>
  </parents>
  <author>
    <name>V&#228;in&#246; J&#228;rvel&#228;</name>
    <email>vaino.jarvela@fudeco.com</email>
  </author>
  <url>http://github.com/danfairs/fez.djangoskel/commit/eceed522cf4d117add6cb8b9cde624f838dce515</url>
  <id>eceed522cf4d117add6cb8b9cde624f838dce515</id>
  <committed-date>2009-04-30T03:20:31-07:00</committed-date>
  <authored-date>2009-04-30T03:20:31-07:00</authored-date>
  <message>Made django_app into a buildout template

Uses djangorecipe to build a test environment for the application.  Also
adds django_version variable to the template.</message>
  <tree>3708c77ff9a95a40c3870f5e3a8f92af31d3d0e8</tree>
  <committer>
    <name>V&#228;in&#246; J&#228;rvel&#228;</name>
    <email>vaino.jarvela@fudeco.com</email>
  </committer>
</commit>
