On May 5, 2008, at 11:56 PM, Timothy Wu wrote:

>
> I'm sorry, could someone gives me a clarification?
>
> Maybe I should describe it more clearly. My models.py and my  
> database ARE in sync and they're with the tables and the fields I  
> want. It's the admin interface that's out of sync, it's showing a  
> table not existing in the database and mode, and when I tried to  
> edit that table in the admin interface it will say:
>
> Something's wrong with your database installation. Make sure the  
> appropriate database tables have been created, and make sure the  
> database is readable by the appropriate user.
>
> What I am hoping to do is just to start the admin interface all over  
> from scratch (in a clean slate) as if I've never used it, including  
> creating the user account.
>
> Does django offer a facility to doing that?
>

The Admin is created on the fly. There is nothing for it to restart  
from scratch. Are you running the Django development server (the one  
that defaults to localhost:8000) or are you running this under another  
web server, like Apache? If you are using Apache + mod_python then you  
must restart Apache after changing any code.

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