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
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
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
3 matches
Mail list logo