On 9/20/06, Tool69 <[EMAIL PROTECTED]> wrote:
> But now, I received an error message saying :
> (1054, "Unknown column 'news_news.supplementary_image' in 'field
> list'")

When you change your model, you also have to make changes to your
database to correspond. Django does not currently offer any automatic
facility for this, so you will need to manually write and execute the
appropriate ALTER TABLE statement(s).

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