Re: Django Admin not updating to reflect changes in database

2007-02-09 Thread James Bennett
On 2/8/07, Roboto <[EMAIL PROTECTED]> wrote: > I've done everything (but the right thing) to try to get the admin > interface to pick up the new charField that I've added to the class, > but it's just not reflecting it. Are you using a 'fields' list in your Admin class to specify which fields it

Django Admin not updating to reflect changes in database

2007-02-08 Thread Roboto
Hi all, I've been away from Django for a bit, and for some reason I can't get the admin interface to reflect the changes in the models.py for my apps. I've syncdb, i've sqlreset. I've done everything (but the right thing) to try to get the admin interface to pick up the new charField that I've