diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index e05a745f10..bf04830942 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -83,7 +83,7 @@ USE_I18N = True USE_TZ = True STATICFILES_DIRS = [ - os.path.join(BASE_DIR, 'ui', 'build', 'static'), + os.path.join(BASE_DIR, 'ui', 'build'), os.path.join(BASE_DIR, 'static'), ]