First time here? Check out the FAQ!

Revision history  [back]

Try adding your template directory to setting TEMPLATE_DIRS.

Also, if you put your templates inside the askbot/templates it should work if you do something like this:

from django.shortcuts import render
return render(request, 'experiments/template.html', template_data)