Re: Template within a Template?

2007-08-21 Thread Dave Rowe
On Tue, 21 Aug 2007 20:27:20 +0530, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > > On 21-Aug-07, at 8:20 PM, b3n wrote: > >> What is the python/django way of achieving this? > > template inheritance > Read this page. Read it all the way through. http://www.djangoproject.com/documentat

Re: 0.96 tarball is corrupt

2007-08-14 Thread Dave Rowe
On Tue, 14 Aug 2007 12:56:14 -0500, "James Bennett" <[EMAIL PROTECTED]> wrote: > > On 8/14/07, john <[EMAIL PROTECTED]> wrote: >> I've downloaded the tarball several times - each time the archiver >> shows it as corrupt (other tarballs work fine). Using Ubuntu Feisty. >> (and the Feisty backpor

Re: problem to save..

2007-07-25 Thread Dave Rowe
On Wed, 25 Jul 2007 15:33:19 +0200, Horst Gutmann <[EMAIL PROTECTED]> wrote: > > Marco A. wrote: >> HI ! >> In model I have : >> >> from django.db import models >> >> # Create your models here. >> class User(models.Model): >> User = models.CharField(maxlength=200) >> Pasw = models.CharF