tango_with_django_17
tango_with_django_17 copied to clipboard
Why is TEMPLATE_DIRS a list while other directories are dictionaries?
You have written TEMPLATE_DIRS=[TEMPLATE_PATH]
but STATIC_DIRS = (STATIC_PATH,)
Why is TEMPLATE_DIRS a list?