Enable builtin Django admin interface
1 files changed, 1 insertions(+), 1 deletions(-) M trakka/settings.py
M trakka/settings.py => trakka/settings.py +1 -1
@@ 69,7 69,7 @@ TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [], - 'APP_DIRS': False, + 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ 'django.template.context_processors.debug',