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): (source)

Check if the staticfiles settings have sane values.

def get_files(storage, ignore_patterns=None, location=''): (source)

Recursively walk the storage directories yielding the paths of all files that should be copied.

def matches_patterns(path, patterns): (source)

Return True or False depending on whether the ``path`` should be ignored (if it matches any pattern in ``ignore_patterns``).