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
After you have created the template tag and it should be within the 'templatetags' package within an app installed in the settings.INSTALLED_APPS, make sure you restart your dev-server.