I deployed my application successfully to Heroku only to encounter this problem. It has to do with my template tags. It works just fine in development.
I tried adding:
'libraries': { 'courses_tags': 'courses.templatetags.courses_tags', }
to the TEMPLATES
dictionary in settings.py but that doesn't worked.
Here is a screenshot from my Heroku log.