mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
cache templates
This commit is contained in:
parent
30954861b3
commit
7ce9f3f38d
@ -135,6 +135,13 @@ TEMPLATE_DIRS = (
|
||||
os.path.join(BASE_DIR, 'templates'),
|
||||
)
|
||||
|
||||
TEMPLATE_LOADERS = (
|
||||
('django.template.loaders.cached.Loader', (
|
||||
'django.template.loaders.filesystem.Loader',
|
||||
'django.template.loaders.app_directories.Loader',
|
||||
)),
|
||||
)
|
||||
|
||||
ROOT_URLCONF = 'awx.urls'
|
||||
|
||||
WSGI_APPLICATION = 'awx.wsgi.application'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user