Djangos collectstatic fails with DEBUG=True and no Redis service running #18515
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.2.2
Python Version
3.12
Steps to Reproduce
DEBUG = True
in configurationExpected Behavior
I expect the static files to be collected.
The reason for having
DEBUG = True
in the configuration is that the static files for thedebug_toolbar
Django app are only collected when the debug mode is on (seesettings.py
, line 416).Observed Behavior
The management command fails with the error bellow. This is caused by
core/apps.py
, lines 30 and 31.The text was updated successfully, but these errors were encountered: