Tagged Questions

1
vote
1answer
234 views

How to check if a FileField has been modified in the Admin of Django?

I am trying to do a model with a file that shouldn't be modified. But the comment of the file can be. Here is what I did, but we cannot modify the comment. How can I test if a new file (using the ...
0
votes
0answers
179 views

uploading big files to S3 from django-admin interface using GAE (maybe with django-filetransfers)

I'm trying to upload big files (more than 1MB. not very big, let's say up to 10MB) to S3. I'm using the django admin interface on GAE. before using the django-filetransfers, I got ...