Re: residual fields admin error

2009-04-15 Thread Daniel Roseman
On Apr 15, 4:24 am, CrabbyPete wrote: > I am just starting coding with django. So please bear with me. > > I made a change to my User model so the field email_addr is now email. > I deleted the database, made new tables with manage.py, did a resync, > and changed all the code that refered to emai

Re: residual fields admin error

2009-04-14 Thread zayatzz
i think the change has not hit the database. if your database is still empty then try doing python manage.py reset appname - that clears whole app database though. Alan On Apr 15, 6:24 am, CrabbyPete wrote: > I am just starting coding with django. So please bear with me. > > I made a change to

residual fields admin error

2009-04-14 Thread CrabbyPete
I am just starting coding with django. So please bear with me. I made a change to my User model so the field email_addr is now email. I deleted the database, made new tables with manage.py, did a resync, and changed all the code that refered to email_addr to email. Everything looks fine, but I st