Re: How to interpret error messages

2012-03-10 Thread arapaho
That just says that your Entry class inherits from the Model class, which is found in the models module. I am a relative noob also, and found a hard copy Django book was my best initial source. On Mar 10, 10:09 am, Rico wrote: > > Since you realize that the problem is in how you've registered the

Re: How to interpret error messages

2012-03-10 Thread Rico
> > Since you realize that the problem is in how you've registered the Entry > class, don't you think it would be a good idea to show us how you're doing > it in that admin.py? > -- > DR. > I've managed to solve the problem - it wasn't in the admin.py - it was with my models.py. *class Entry

Re: How to interpret error messages

2012-03-10 Thread Daniel Roseman
On Saturday, 10 March 2012 07:31:16 UTC, Rico wrote: > > I'm trying to learn Django and have been following several online > tutorials hoping to understand how to create my own projects. > > I'm having trouble interpreting the error messages that are given when I > do something wrong. Unfortunat

Re: How to interpret error messages

2012-03-10 Thread dummyman dummyman
can u paste the file's contents ? On Sat, Mar 10, 2012 at 1:01 PM, Rico wrote: > I'm trying to learn Django and have been following several online > tutorials hoping to understand how to create my own projects. > > I'm having trouble interpreting the error messages that are given when I > do so

How to interpret error messages

2012-03-10 Thread Rico
I'm trying to learn Django and have been following several online tutorials hoping to understand how to create my own projects. I'm having trouble interpreting the error messages that are given when I do something wrong. Unfortunately I don't seem to get much help when I try and find a solutio