Re: handling generated files

2010-12-08 Thread Mark (Nosrednakram)
On Dec 7, 7:55 pm, dmitry b wrote: > 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

handling generated files

2010-12-07 Thread dmitry b
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 criter