mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 10:09:20 -02:30
Build to awx/ui/static instead of dist
This commit is contained in:
@@ -62,7 +62,7 @@ USE_L10N = True
|
||||
USE_TZ = True
|
||||
|
||||
STATICFILES_DIRS = (
|
||||
os.path.join(BASE_DIR, 'ui', 'dist'),
|
||||
os.path.join(BASE_DIR, 'ui', 'static'),
|
||||
os.path.join(BASE_DIR, 'static'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user