Let\'s say I have a model with a FileField:
class Foo(models.Model): file = models.FileField( upload_to=\'files\' )
What would b