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
I update the django distribution quite regularly and recently I get an
unexpected error.
Let's suppose I'm using the settings.py file from the cheeserater code
(the django website recently launched with source code available). At
the IDLE startup I write the following:
>>> import os, sys
>>> os.
3 matches
Mail list logo