django - href with a plist link not resolving in python app -
i have legacy code moving on our django project , wondering why href not resolve anticipated. should open enterprise version of our mobile app. when clicked interpreted url django , therefore 403 page not found. i'm assuming django hates formatting of url but, gives?
<a href="itms-services://?action=download-manifest&url=https://dl.dropbox.com/s/lwnsbatj8snq07o/myapp.plist"><button type='button' class='btn-default'>download</button></a>
this can't possibly have django. django doesn't - , can't - change way browser interprets links: serves html browser.
Comments
Post a Comment