Settings

Build Settings

django.conf.settings.STATICBUILDER_BUILD_COMMANDS
Default:[]

A list of shell commands to be run by the buildstatic command.

django.conf.settings.STATICBUILDER_BUILD_ROOT
Default:None

The path of the directory in which static files should be collected for building. You must provide a value if using buildstatic (or staticbuilder.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.