Commit 5ec7a86c authored by Brendan Fausto's avatar Brendan Fausto

Added temporary base template

parent a6960e20
...@@ -59,7 +59,7 @@ ROOT_URLCONF = 'widget_group3.urls' ...@@ -59,7 +59,7 @@ ROOT_URLCONF = 'widget_group3.urls'
TEMPLATES = [ TEMPLATES = [
{ {
'BACKEND': 'django.template.backends.django.DjangoTemplates', 'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [], 'DIRS': [os.path.join(BASE_DIR, 'template')],
'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