New site - any comments please on structure / bugs/ security holes etc etc.

2008-06-22 Thread Richard Green
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

Re: What am I doing that is sooo wrong with newforms??

2008-06-17 Thread Richard Green
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

What am I doing that is sooo wrong with newforms??

2008-06-16 Thread Richard Green
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