fix static files
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user