django error:The model Tribe is already registered
Posted
by zjm1126
on Stack Overflow
See other posts from Stack Overflow
or by zjm1126
Published on 2010-04-03T02:24:23Z
Indexed on
2010/04/03
2:33 UTC
Read the original article
Hit count: 544
when i python manage.py syncdb,it show this:
The following content types are stale and need to be deleted:
maps | tribe
Any objects related to these content types by a foreign key will also
be deleted. Are you sure you want to delete these content types?
If you're unsure, answer 'no'.
Type 'yes' to continue, or 'no' to cancel: no
when i put 'no' ,and then python manage runserver:
AlreadyRegistered at /
The model Tribe is already registered
what should i do ?
thanks
© Stack Overflow or respective owner