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 3c74ab4544
commit 9728ead119

View File

@ -141,7 +141,8 @@ directory.
files created using "collectstatic" manager command are stored. files created using "collectstatic" manager command are stored.
Unless you're doing something fancy, there is no need to override 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. Defaults to "../static/", relative to the "src" directory.