Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▾ staticfiles
▸ apps
▸ checks
▸ finders
▸ handlers
▸ management
▾ storage
class
ConfiguredStorage
class
HashedFilesMixin
class
ManifestFilesMixin
class
ManifestStaticFilesStorage
class
StaticFilesStorage
▸ testing
▸ urls
▸ utils
▸ views
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class ManifestStaticFilesStorage
django
.
contrib
.
staticfiles
.
storage
.
ManifestStaticFilesStorage
A static file system storage backend which also saves hashed copies of the files it saves.
Declaration
class
ManifestStaticFilesStorage(
ManifestFilesMixin
,
StaticFilesStorage
)
source
link
Documentation
Inherited methods
Methods inherited from
django
.
contrib
.
staticfiles
.
storage
.
ManifestFilesMixin
:
__init__
,
load_manifest
,
post_process
,
read_manifest
,
save_manifest
,
stored_name
Methods inherited from
django
.
contrib
.
staticfiles
.
storage
.
HashedFilesMixin
:
clean_name
,
file_hash
,
hash_key
,
hashed_name
,
url
,
url_converter
Methods inherited from
django
.
contrib
.
staticfiles
.
storage
.
StaticFilesStorage
:
path
Methods inherited from
django
.
core
.
files
.
storage
.
FileSystemStorage
:
base_location
,
base_url
,
delete
,
directory_permissions_mode
,
exists
,
file_permissions_mode
,
get_accessed_time
,
get_created_time
,
get_modified_time
,
listdir
,
location
,
size
Methods inherited from
django
.
core
.
files
.
storage
.
Storage
:
generate_filename
,
get_alternative_name
,
get_available_name
,
get_valid_name
,
open
,
save
Generated by
nedoc
v0.9 at 2020-12-29 14:04