Skip to content

Commit 9e56019

Browse files
static: fix bad common_dev static variable
1 parent 860cc6b commit 9e56019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exodus/exodus/settings/common_dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ALLOWED_HOSTS = ['*']
99

1010
STATIC_URL = '/static/'
11-
STATIC_ROOT = f'{BASE_DIR}/static/'
11+
STATIC_ROOT = f'{ROOT_DIR}/staticfiles/'
1212
STATICFILES_DIRS = [f'{APPS_DIR}/static']
1313

1414
MINIO_STORAGE_ACCESS_KEY = env('EXODUS_MINIO_ROOT_USER', default='exodusexodus')

0 commit comments

Comments
 (0)