Add STATIC_ROOT for static files on the filesystem

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-17 20:15:56 -07:00
parent 258b8b955b
commit cde051653d

View File

@@ -133,8 +133,12 @@ GUARDIAN_RENDER_403 = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.0/howto/static-files/
# This is the base URL for static files.
STATIC_URL = "static/"
# This is the location in the filesystem for static files.
STATIC_ROOT = "static/"
# Default primary key field type
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field