Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▾ staticfiles
▸ apps
▸ checks
▸ finders
▸ handlers
▸ management
▸ storage
▸ testing
▸ urls
▾ utils
▸ views
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Module utils
django
.
contrib
.
staticfiles
.
utils
source
link
Functions
▶
def
check_settings
(
base_url=None
)
Check if the staticfiles settings have sane values.
source
link
Reexports
Imported in
django.contrib.staticfiles.storage
.
▷
def
get_files
(
storage, ignore_patterns=None, location=''
)
Recursively walk the storage directories yielding the paths of all files that should be copied.
source
link
▶
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``).
source
link
Reexports
Imported in
django.contrib.staticfiles.storage
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04