Skip to content

template doesn't exist for Django 2.0 #28

@officialnahayo

Description

@officialnahayo

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions