Commit ad44cbfd authored by delanoe's avatar delanoe

[FIX] template path.

parent 7421f619
......@@ -71,7 +71,7 @@ TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [
os.path.join(BASE_DIR, 'media'),
os.path.join(BASE_DIR, 'templates'),
#'./templates'
],
'APP_DIRS': True,
......
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