You have several options:
Easiest way: Rename the second model (not the one that extends User).
I'm not sure if you can syncdb but you can copy the SQL manually
(table/indexes, permissions & content type entries). I don't think you
should delete the gpusers table but you might need to remove some
columns?

You can also try to use the verbose_name & table_name Meta fields in
your second class. I wouldn't bother with this unless you somehow got
data in there - didn't sound like you could.

Failing all of that you can export your data, start from scratch and
import again. If you're using postgres you will probably need to update
the indexes when you do this.

If you don't care about data it is even easier (start again from
scratch), but I guessed from your post that was an issue.

HTH,
-rob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to