You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the Heroku button in the docs doesn't work because of an invalid link. It also appears that with the correct template link, Heroku fails to launch the app because the Heroku build defaults to Python3 and freight is Python2. So this import of urlparse fails.
It appears that the Heroku button in the docs doesn't work because of an invalid link. It also appears that with the correct template link, Heroku fails to launch the app because the Heroku build defaults to Python3 and freight is Python2. So this import of
urlparsefails.