class HashedFilesMixin:
Known subclasses: django.contrib.staticfiles.storage.ManifestFilesMixin
Undocumented
Method | __init__ |
Undocumented |
Method | _post_process |
Undocumented |
Method | _stored_name |
Undocumented |
Method | _url |
Return the non-hashed URL in DEBUG mode. |
Method | clean_name |
Undocumented |
Method | file_hash |
Return a hash of the file with the given name and optional content. |
Method | hash_key |
Undocumented |
Method | hashed_name |
Undocumented |
Method | post_process |
Post process the given dictionary of files (called from collectstatic). |
Method | stored_name |
Undocumented |
Method | url |
Return the non-hashed URL in DEBUG mode. |
Method | url_converter |
Return the custom URL converter for the given file name. |
Class Variable | default_template |
Undocumented |
Class Variable | keep_intermediate_files |
Undocumented |
Class Variable | max_post_process_passes |
Undocumented |
Class Variable | patterns |
Undocumented |
Instance Variable | _patterns |
Undocumented |
Instance Variable | hashed_files |
Undocumented |
django.contrib.staticfiles.storage.ManifestFilesMixin
Undocumented
django.contrib.staticfiles.storage.ManifestFilesMixin
Post process the given dictionary of files (called from collectstatic).
Processing is actually two separate operations:
If either of these are performed on a file, then that file is considered post-processed.
django.contrib.staticfiles.storage.ManifestFilesMixin
Undocumented
bool
=
django.contrib.staticfiles.storage.ManifestFilesMixin
Undocumented
dict
=
django.contrib.staticfiles.storage.ManifestFilesMixin
Undocumented