Hi,

I am having a big trouble. For some reason I've messed things up and admin
interface is showing a table that I already dropped by accessing mysql
client directly (oh no...should I not do that?).

I don't know exactly how I got to that state. I first created the table,
then I decided to change some field name as well as adding new ones. Then I
couldn't populate the table with a script I was using, because that syncdb
command does't quite sync when you're changing the field names. So I ended
up dropping the table using the mysql client and re-created it by syncing it
again. I was able to populate the table, but the admin interface was having
problem, it was still expecting the old table columns. =/

Actually, it's worse than this. I don't know how I does it but all the
sudden the admin interface was not able to log-on with the original
username. (Now the username for mysql client and the username for the admin
interface is not the same..wans't it the same before?!) I must either be
very confused or mess it up somehow, or both. Is there a way to bring
everything back to a clean slate? I am just starting out my models.py so I
can afford to start the Django app all-over. (I do not want to restart the
project, however, since I'm on a shared host and that was already generated
on sigh-up through its interface, which I am not familiar with yet)

Timothy

--~--~---------~--~----~------------~-------~--~----~
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 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