mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 12:25:01 -02:30
cache templates
This commit is contained in:
@@ -135,6 +135,13 @@ TEMPLATE_DIRS = (
|
|||||||
os.path.join(BASE_DIR, 'templates'),
|
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'
|
ROOT_URLCONF = 'awx.urls'
|
||||||
|
|
||||||
WSGI_APPLICATION = 'awx.wsgi.application'
|
WSGI_APPLICATION = 'awx.wsgi.application'
|
||||||
|
|||||||
Reference in New Issue
Block a user