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
Please ensure your templatetags folder is initialized with python, if you are in doubt, just take bakup of all files,
Remove all files, Inside templatetags folder create init.py file only, then restart your server,
Now your folder is under Python, then do your stuff.
This works for me...