I have a small Django project I received from a friend. The code works perfectly on his system. However, on my system I get the following error message when running the serv
In my case it was - I am using
@register.inclusion_tag('template-to-use.html')
I forgot to create that template and right away it started working. I know above answers are more related to most of the issues - but hope maybe someone find it useful. It should have gotten to me:
Template does not exist
but it did not and this worked.