How to get full product image url in magento ,i need to migrate the data from magento to django so i need to get the product full imag
You can try below code first of all call helper of catalog
echo Mage::helper('catalog/image')->init($product, 'thumbnail');
From this code you can get cache path also.