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
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
2 matches
Mail list logo