I’m searching for django 360 panorama app. any suggestions? sample: http://www.0-360.com/ (on the right side).
UPDATE: Related questions
flash/JavaScript: non 360 (partial) panorama viewer
https://stackoverflow.com/questions/4850958/django-flash-with-scrollwheel-fail
I am not aware of existing Django plugins for viewing 360 pano images.
The page you link to uses the PTViewer java app by Helmut Dersch (see http://www.all-in-one.ee/~dersch/) There are a variety of other viewers available; see http://wiki.panotools.org/Panorama_Viewers#Flash_or_Shockwave_based_Viewers ; you can try out various viewers at http://www.panoramaphotographer.com/comparisons/
It should not be difficult to create an appropriate Django view; looking at http://360vr.com/2010/01/2010-times-square-midnight-krpflv/index.html for hints:
Hope that helps.