1👍
Since your TEMPLATE_DIR is already pointing to /templates, could you try:
def home(request):
return render_to_response('home.html')
Source:stackexchange.com
1👍
Since your TEMPLATE_DIR is already pointing to /templates, could you try:
def home(request):
return render_to_response('home.html')