Re-enable templates in app dirs for third-party packages

This commit is contained in:
Kumi 2019-01-18 08:11:13 +01:00
parent e1594d3766
commit 75dc79ba43

View file

@ -55,7 +55,7 @@ TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [ "/opt/vpnmanager/templates/" ],
'APP_DIRS': False,
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
'django.template.context_processors.debug',