class documentation

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 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
Method _post_process Undocumented
Method _stored_name Undocumented
Method _url Return the non-hashed URL in DEBUG mode.
Instance Variable _patterns Undocumented
def __init__(self, *args, manifest_storage=None, **kwargs): (source)
def load_manifest(self): (source)

Undocumented

def post_process(self, *args, **kwargs): (source)

Post process the given dictionary of files (called from collectstatic). Processing is actually two separate operations: 1. renaming files to include a hash of their content for cache-busting, and copying those files to the target storage. 2. adjusting files which contain references to other files so they refer to the cache-busting filenames. If either of these are performed on a file, then that file is considered post-processed.

def read_manifest(self): (source)

Undocumented

def save_manifest(self): (source)

Undocumented

manifest_name: str = (source)

Undocumented

manifest_strict: bool = (source)

Undocumented

manifest_version: str = (source)

Undocumented

manifest_storage = (source)

Undocumented