Commit 71657ded authored by Bryan Carlo Guanlao's avatar Bryan Carlo Guanlao

Changed the base template directory

moved the base template folder together with settings.py
parent d6606b32
......@@ -63,7 +63,7 @@ TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [
BASE_DIR / 'templates'
BASE_DIR / 'widget_Francoconuts/templates'
],
'APP_DIRS': True,
'OPTIONS': {
......
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