diff --git a/projects/settings.py b/projects/settings.py index 0ad4061..bae217b 100644 --- a/projects/settings.py +++ b/projects/settings.py @@ -56,7 +56,7 @@ ROOT_URLCONF = 'projects.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [], + 'DIRS': ['templates'], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..ef359cf --- /dev/null +++ b/templates/index.html @@ -0,0 +1,18 @@ + + + +
+ + + + + + + + +