safer_staticfiles ¤
apps ¤
SaferStaticFilesConfig ¤
Bases: StaticFilesConfig
Extend the ignore_patterns
class attr of StaticFilesConfig to include Python modules and HTML files.
When this class is registered as an installed app, $ ./manage.py collectstatic
will ignore .py and .html files, preventing potentially sensitive backend logic from being leaked by the static file server.
See https://docs.djangoproject.com/en/5.0/ref/contrib/staticfiles/#customizing-the-ignored-pattern-list