Push app to Huroku

Created some simple app with django. It works perfectly fine locally with

python manage.py runserver

But when I push it to Huroku it gives me error

Maybe its some troubles with django-filter package?

Did you run heroku run python manage.py migrate after deploying your changes? Does this also error in the same way when you access the admin site?