Re: Newbie problem: AttributeError with ModelForm

2009-07-06 Thread Geoff
Thanks Daniel that was the answer. As someone from a database background I like the way Django can do so much from it's models with little coding. Regards Geoff --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djan

Re: Newbie problem: AttributeError with ModelForm

2009-07-03 Thread Daniel Roseman
On Jul 3, 8:38 am, Geoff wrote: > Dear Django users, > > I am writing my first Django application (also new to Python and have > not done any web programming for many years) and am trying to produce > a screen which allows a row to be added to a table (I know this can be > done in admin but once

Newbie problem: AttributeError with ModelForm

2009-07-03 Thread Geoff
Dear Django users, I am writing my first Django application (also new to Python and have not done any web programming for many years) and am trying to produce a screen which allows a row to be added to a table (I know this can be done in admin but once I have it working I will add more features).