Hi,

How do I use Django's FileField with autogenerated files?  That is,
these files aren't uploaded by a user, but rather are created on the
fly.  I've looked at ContentFile, but this class doesn't seem to have
a way to attach a file name (the name is also computed at run-time
based on some criteria).  Do I need to write my own implementation of
File for this or am I missing an existing class?


Thanks
Dmitry

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to