[Django]-TemplateSyntaxError: inlines is not a valid tag library

10👍

Try to rename inlines.py module to inlines_tags.py for example, so a module and a package will not be same named. And dont forget to remove all old *.pyc files from templatetags folder

Leave a comment