Commit 97171c63 authored by KaoruSawade's avatar KaoruSawade

edited project settings.py: added directory for base.html

parent fb3c7e57
......@@ -42,7 +42,7 @@ ROOT_URLCONF = 'widget_quintupoltrobol.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'DIRS': [os.path.join(BASE_DIR, 'templates')],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment