get_valid_name(name) [source] Returns a filename based on the name parameter
listdir(path) [source] Lists the contents of the specified path, returning a 2-tuple of lists;
location Absolute path to the directory that will hold the files. Defaults to the value of your MEDIA_ROOT setting
base_url URL that serves the files stored at this location. Defaults to the value of your MEDIA_URL setting.
open(name, mode='rb') [source] Opens the file given by name. Note that although
size(name) [source] Returns the total size, in bytes, of the file referenced by name
accessed_time(name) [source] Returns a naive datetime object containing the
generate_filename(filename) [source] New in Django
get_accessed_time(name) [source] New in Django
created_time(name) [source] Returns a naive datetime object containing the creation
Page 1 of 3