mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Allow all static files to be loaded from dist
This commit is contained in:
@@ -64,6 +64,7 @@ USE_L10N = True
|
||||
USE_TZ = True
|
||||
|
||||
STATICFILES_DIRS = (
|
||||
os.path.join(BASE_DIR, 'ui', 'dist'),
|
||||
os.path.join(BASE_DIR, 'static'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user