Re: How do I rename a FileField() that's attached to a model?
On Sunday 14 Mar 2010 7:25:08 am Jumpfroggy wrote:
> But I want to rename the file on the filesystem. I want something
> like this:
>
> model.file1.rename(new_filename)
>
you could do it manually. first use os.rename to rename the file on the disk,
and then update your model instance with the new name and save it.
--
regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS
http://certificate.nrcfoss.au-kbc.org.in
--
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