Files
mayan-edms/mayan/settings/production.py
2018-06-05 02:12:28 -04:00

15 lines
346 B
Python

from __future__ import absolute_import, unicode_literals
from . import * # NOQA
CELERY_ALWAYS_EAGER = False
TEMPLATES[0]['OPTIONS']['loaders'] = (
(
'django.template.loaders.cached.Loader', (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
)
),
)