Skip to content

template doesn't exist for Django 2.0 #28

@bl3z3

Description

@bl3z3

To avoid the error above, change:
TEMPLATE_DIRS=(
os.path.join(BASE_DIR, 'templates'),
),
to TEMPLATES= [{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [os.path.join(BASE_DIR, 'templates')],
}]
for it to work properly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions