Re: error in subclassing models.Model

2007-04-09 Thread checco
Thanks a lot James, I've just tried the same modifying an existing file of the cheeserater source code: to be precise I added the following lines: class Person(models.Model): pass at the end of the file models.py under c:\cheeserater\packages but I still get the same error Maybe I misunder

Re: error in subclassing models.Model

2007-04-09 Thread James Bennett
On 4/9/07, checco <[EMAIL PROTECTED]> wrote: > Then, these really basic statements give me this error: > > >>> from django.db import models > >>> class Person(models.Model): > pass This is somewhat counterintuitive unless you know a bit about how Django's model system works; 'app_label' i