-
Notifications
You must be signed in to change notification settings - Fork 702
Add heroku button #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,6 +1,8 @@ | |||
from __future__ import absolute_import | |||
from flask import Flask, render_template, request, redirect, session | |||
from rauth import OAuth2Service | |||
from urlparse import urlparse | |||
from flask_sslify import SSLify |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please alphabetize imports
@zheller Thanks for the feedback! Let me know if I missed anything |
Cool, i think you may need to rebase and fix a merge conflict but its a +1 from me! |
…to add-heroku-button Conflicts: README.md
import json | ||
import os | ||
import requests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops forgot this, requests is not a std lib, you should also swap this section and above -- i think this was a problem in our code initially but would love if you did us a solid here.
@zheller like so? (sorry about this back-and-forth, I don't write Python in my dayjob) |
looks great! Thanks @friism |
We put up a blog post: https://blog.heroku.com/archives/2014/8/22/try_the_new_uber_api_on_heroku |
Supersedes PR #2