This morning i have been working on my project. I finished what i was doing and i pushed new code to git.
Now, i went to run my project to start working on it and index
Try doing a
python ./manage.py shell
and then importing the view that is giving you the problem. That might end up giving you more useful debugging information.
> from ism.views import index