Settings¶
Build Settings¶
-
django.conf.settings.STATICBUILDER_BUILD_COMMANDS¶ Default: []A list of shell commands to be run by the
buildstaticcommand.
-
django.conf.settings.STATICBUILDER_BUILD_ROOT¶ Default: NoneThe path of the directory in which static files should be collected for building. You must provide a value if using
buildstatic(orstaticbuilder.storage.BuiltFileStorage)
-
django.conf.settings.STATICBUILDER_INCLUDE_FILES¶ Default: ['*']A list of patterns corresponding to files that should be collected for building.
-
django.conf.settings.STATICBUILDER_EXCLUDE_FILES¶ Default: ['CVS', '.*', '*~']A list of patterns corresponding to files that should be skipped when collecting for building.