django error:The model Tribe is already registered
- by zjm1126
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