Commit e97df1f6 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

updated settings.py to include template directory

parent c6067b67
...@@ -61,7 +61,7 @@ ROOT_URLCONF = "widget_aguandhischipmunks.urls" ...@@ -61,7 +61,7 @@ ROOT_URLCONF = "widget_aguandhischipmunks.urls"
TEMPLATES = [ TEMPLATES = [
{ {
"BACKEND": "django.template.backends.django.DjangoTemplates", "BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [], 'DIRS': [os.path.join(BASE_DIR, 'templates')],
"APP_DIRS": True, "APP_DIRS": True,
"OPTIONS": { "OPTIONS": {
"context_processors": [ "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