We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be4462 commit 3a880a6Copy full SHA for 3a880a6
awx/settings/defaults.py
@@ -83,7 +83,7 @@
83
USE_TZ = True
84
85
STATICFILES_DIRS = [
86
- os.path.join(BASE_DIR, 'ui', 'build', 'static'),
+ os.path.join(BASE_DIR, 'ui', 'build'),
87
os.path.join(BASE_DIR, 'static'),
88
]
89
0 commit comments