mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Remove ui_next static file dir (#6715)
UI_NEXT is no longer being served in 4.6 Removing static file dir for ui-next fixes ``` WARNINGS: ?: (staticfiles.W004) The directory '/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/ui_next/build' in the STATICFILES_DIRS setting does not exist. CommandError: Inventory with id = 1038181458411569545 cannot be found ```
This commit is contained in:
parent
433974aea6
commit
d5388b3c56
@ -92,7 +92,6 @@ USE_TZ = True
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, 'ui', 'build', 'static'),
|
||||
os.path.join(BASE_DIR, 'ui_next', 'build'),
|
||||
os.path.join(BASE_DIR, 'static'),
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user