Template Loader finds the template but template is not loaded
TemplateDoesNotExist at /cardpayment/
cardpayment.html
Request Method: G
Found a fix. I am not sure why but the new TEMPLATES directive (Django 1.8+) does not seem to be working. I commented that out and put in the old style
TEMPLATE_DIRS = (
'/home/sdr/sl/agryp/templates/',
)
directive, everything started working again. ARGH!
Will need to work out why the new TEMPLATES directive is causing me problems.
Thanks for trying to help guys!