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
I had this problem and fixed it by adding a blank __init__.py file in my appname/templatetags/ directory.
__init__.py