You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When attempting to run the collectstatic command with the --clear option, it fails with a traceback indicating that the STATIC_ROOT setting is not configured. This prevents static files from being collected properly.
To Reproduce
Steps to reproduce the behavior:
Run the following command:
python manage.py collectstatic --clear
Observe the error message indicating that STATIC_ROOT is not set.
Expected behavior
The collectstatic command should complete successfully, collecting all static files into the directory specified by STATIC_ROOT
Screenshots
The text was updated successfully, but these errors were encountered:
Description
When attempting to run the
collectstatic
command with the--clear
option, it fails with a traceback indicating that the STATIC_ROOT setting is not configured. This prevents static files from being collected properly.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The
collectstatic
command should complete successfully, collecting all static files into the directory specified bySTATIC_ROOT
Screenshots
The text was updated successfully, but these errors were encountered: