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
Maybe someone will find this useful: somehow I had named the directory 'templatetags ' instead of 'templatetags', that is -- with a space at the end. Took hours to finally realize.