Note that changing STATIC_ROOT may require running collectstatic again

This commit is contained in:
Trenton H 2023-01-31 11:04:02 -08:00
parent 8fea4c00ad
commit 5978650ec6

View File

@ -141,7 +141,8 @@ directory.
files created using "collectstatic" manager command are stored.
Unless you're doing something fancy, there is no need to override
this.
this. If this is changed, you may need to run
`collectstatic` again.
Defaults to "../static/", relative to the "src" directory.