Hi there - I've just put a noddy site together so that I could give
myself a real goal for getting a django based site running. I've got a
few bigger internet ideas but I thought I'd do something small to
start with to test the feasility of writing it in django, before
embarking on a route using t
eate a model object,
> but won't save it to the db.
>
> On Jun 16, 5:55 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
>
> > On Mon, Jun 16, 2008 at 6:49 PM, Richard Green <[EMAIL PROTECTED]>
> > wrote:
>
> > > Hi there - has anybody got
Hi there - has anybody got a simple example of a newform that has a
few fields that are not edited by the user - a simple example is a
"comment" field -
the table looks something like :
class Comment(models.Model):
commentText = models.CharField(max_length=100)
commentUser = models.Foreig
3 matches
Mail list logo