From 5978650ec60704389074bff099999155f470614a Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:04:02 -0800 Subject: [PATCH] Note that changing STATIC_ROOT may require running collectstatic again --- docs/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 73bb7f9bb..1a7c8bfe9 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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.