Thanks a lot for your response? How might I do the ALTER TABLE - I'm
not very familiar with SQL!

On Oct 14, 10:00 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 10/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > If I do this and go to edit an existing entry then django just throws
> > errors at me. Am I missing something?If you change the fields on your 
> > model, you must also change your
> database to match. For example, if you add a new field to the model,
> you must execute an ALTER TABLE statement on the model's database
> table, and add the appropriate column for that field. Otherwise, when
> Django tries to retrieve information from the database, it will be
> querying on a non-existent column and you'll get nothing but errors.
>
> --
> "May the forces of evil become confused on the way to your house."
>   -- George Carlin


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

Reply via email to