Skip to content

Commit 01f895b

Browse files
committed
PPHA-369: Fix BASE_DIR path in settings
1 parent d286796 commit 01f895b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lung_cancer_screening/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def boolean_env(key, default=None):
144144
STATIC_ROOT = BASE_DIR / "staticfiles"
145145

146146
STATICFILES_DIRS = [
147-
BASE_DIR / "static",
148147
BASE_DIR / "lung_cancer_screening" / "assets" / "compiled"
149148
]
150149

0 commit comments

Comments
 (0)