Locally, haystack is working fine when I open the project in my server.
Issues arise when I try to push to heroku. I get a collectstatic configuration error. When I try to debug using heroku run python manage.py collectstatic --noinput I get this message ImportError: No module named haystack.
- In my virtualenv, Django-haystack in installed
 - Locally, haystack works.
 - I have no items yet inside my staticfiles folder/directory.
 - Previously, I had a 
Template does not existerror. My virtualenv is named the same as my project so django only entered in 2 files instead of the 3. Could the error here be similar? 
Thanks to anyone willing to help.