mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 04:59:22 -02:30
Fix collectstatic (#16162)
This commit is contained in:
@@ -83,7 +83,7 @@ USE_I18N = True
|
|||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
STATICFILES_DIRS = [
|
STATICFILES_DIRS = [
|
||||||
os.path.join(BASE_DIR, 'ui', 'build', 'static'),
|
os.path.join(BASE_DIR, 'ui', 'build'),
|
||||||
os.path.join(BASE_DIR, 'static'),
|
os.path.join(BASE_DIR, 'static'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user