module documentation

Undocumented

Function check​_settings Check if the staticfiles settings have sane values.
Function get​_files Recursively walk the storage directories yielding the paths of all files that should be copied.
Function matches​_patterns Return True or False depending on whether the path should be ignored (if it matches any pattern in ignore_patterns).
def check_settings(base_url=None):
Check if the staticfiles settings have sane values.
def get_files(storage, ignore_patterns=None, location=''):
Recursively walk the storage directories yielding the paths of all files that should be copied.
def matches_patterns(path, patterns):
Return True or False depending on whether the path should be ignored (if it matches any pattern in ignore_patterns).