~cypheon/trakka

07ef01b93071b35e34c8c9fdf462c001219be106 — Johann Rudloff 2 years ago 0597595
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',