class ManifestFilesMixin(HashedFilesMixin):
Known subclasses: django.contrib.staticfiles.storage.ManifestStaticFilesStorage
Undocumented
Method | __init__ |
Undocumented |
Method | load_manifest |
Undocumented |
Method | post_process |
Post process the given dictionary of files (called from collectstatic). |
Method | read_manifest |
Undocumented |
Method | save_manifest |
Undocumented |
Method | stored_name |
Undocumented |
Class Variable | keep_intermediate_files |
Undocumented |
Class Variable | manifest_name |
Undocumented |
Class Variable | manifest_strict |
Undocumented |
Class Variable | manifest_version |
Undocumented |
Instance Variable | hashed_files |
Undocumented |
Instance Variable | manifest_storage |
Undocumented |
Inherited from HashedFilesMixin
:
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 | 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 | max_post_process_passes |
Undocumented |
Class Variable | patterns |
Undocumented |
Instance Variable | _patterns |
Undocumented |
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.