fix static files

This commit is contained in:
Ross
2023-02-13 11:40:00 +00:00
parent 83fe8b4ae0
commit 8a5bd44166
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -305,6 +305,10 @@ DEBUG_CONTAINER = False
CONTACT_EMAIL = "plh-tr.radiology-academy@nhs.net"
STATICFILES_DIRS = (
os.path.join(BASE_DIR, "rad", "static"), # That's it!!
)
try:
from .settings_local import *
except ImportError: