You have written TEMPLATE_DIRS=[TEMPLATE_PATH] but STATIC_DIRS = (STATIC_PATH,) Why is TEMPLATE_DIRS a list?
You have written
TEMPLATE_DIRS=[TEMPLATE_PATH]
but STATIC_DIRS = (STATIC_PATH,)
Why is TEMPLATE_DIRS a list?