Hi Django users, I'm new to Django but have manage to build my model and db, all goes well, till...
I've been trying to upload images, and this goes well enough if in a table the image has it's own column, but I'd like to re-use images, so first I tried to making an images table and doing a ForeignKey where I wanted to relate to an image. This resulted in an error: Exception Value: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''content': '\\'\\xff\\xd8\\xff\\xe0\\\\0\\x10JFIF\\ \\0\\x01\\x02\\x01\\\\0H\\\\0H\\\\0\\\\0\\xff\\xe1\\x' at line 1") The same thing happened with a ManyToManyField(Image). Has anyone got any clues what's happening? Thank, Todd --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---