On Wednesday 26 May 2010 12:12:39 Igor Rubinovich wrote:
> But I really want to do what I said I want to do.
> 
> Does anyone has a suggestion?
> 
http://docs.djangoproject.com/en/dev/ref/request-response/#httprequest-objects
http://docs.djangoproject.com/en/dev/topics/files/#topics-files

basically django stores the filename in the db and the actual file on the 
filesystem, so to manipulate, all you need to do is find the file on the 
filesystem and modify it using standard python.

-- 
Regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS at AU-KBC

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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.

Reply via email to