Re: How to pass in a file to a model directly
Anyone?
On Sep 15, 1:18 pm, Yo-Yo Ma <baxterstock...@gmail.com> wrote:
> I'm wondering how to do this:
>
> instance = SomeModelWithFile.objects.create(
> file = some_file????,
> spam="Spam",
> foo="Foo"
> )
>
> How can I manually pass in a file like this? In file=some_file should
> some_file be a FileUpload instance? How do I create one of those?
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home