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 view does not run!
Could not import ism.views.index. View does not exist in module ism.views.
This view ran without any kind of problem. All the project ran.
There is something more incredible. i tried and checked other views after main view (ism.views.index) failed and all of them worked, but not now! All the views ran correctly 10 seconds ago and now neither works. They spit the same error of main view.
I found searching around the Internet this related topic:
It's magic the view does not exist for django but it worked 5 secondes before and it still exist
But i have tried to remove original file (views.py in ism app) and to write it again, and the problem persist. The same with all the rest views.py.
Anyone knows something about this issue?
Thanks =)

__init__.pyin your views directory? Try deleting all of the .pyc files for magical import problems..run git log <filename>to see all recent changes and review exactly what you changed in the related module.. Restart the server... GL – Yuji 'Tomita' Tomita May 15 '12 at 2:11