We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To launch the twitter example and use successfully, the db must be initialized.
https://github.com/mitsuhiko/flask-oauth/blob/master/example/tweet.py#L180
diff --git a/example/tweet.py b/example/tweet.py index 536836a..2462345 100644 --- a/example/tweet.py +++ b/example/tweet.py @@ -178,4 +178,5 @@ def oauth_authorized(resp): if __name__ == '__main__': + init_db() app.run()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To launch the twitter example and use successfully, the db must be initialized.
https://github.com/mitsuhiko/flask-oauth/blob/master/example/tweet.py#L180
The text was updated successfully, but these errors were encountered: