Skip to content

Commit 3a880a6

Browse files
Fix collectstatic
1 parent 5be4462 commit 3a880a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awx/settings/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
USE_TZ = True
8484

8585
STATICFILES_DIRS = [
86-
os.path.join(BASE_DIR, 'ui', 'build', 'static'),
86+
os.path.join(BASE_DIR, 'ui', 'build'),
8787
os.path.join(BASE_DIR, 'static'),
8888
]
8989

0 commit comments

Comments
 (0)