On Mon, 2007-06-25 at 13:09 +1000, Malcolm Tredinnick wrote:
> On Sun, 2007-06-24 at 20:07 +, yuccaplant wrote:
> > I'm new to Django and I suspect I did something wrong. Whenever I do
> >
> > python manage.py syncdb
> >
> > I get these kind of errors:
> >
> > psycopg2.ProgrammingError: rel
On Sun, 2007-06-24 at 20:07 +, yuccaplant wrote:
> I'm new to Django and I suspect I did something wrong. Whenever I do
>
> python manage.py syncdb
>
> I get these kind of errors:
>
> psycopg2.ProgrammingError: relation "auth_message" already exists
>
> which is of course true, because I
Hm.. I suppose that if you change the name of model it'll be okay.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscr
I'm new to Django and I suspect I did something wrong. Whenever I do
python manage.py syncdb
I get these kind of errors:
psycopg2.ProgrammingError: relation "auth_message" already exists
which is of course true, because I ran "python manage.py syncdb"
before to create these tables. But someho
4 matches
Mail list logo