Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleCloudPlatform/getting-started-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: AntonNguyen/getting-started-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Jul 15, 2018

  1. SQLALCHEMY shouldn't be connecting to localhost when running on live

    I was getting this error:
    
    "Can't connect to MySQL server on 'localhost' ([Errno 2] No such file or directory)"
    
    So I looked up the documentation on https://cloud.google.com/appengine/docs/flexible/python/using-cloud-sql
    
    refs #129
    AntonNguyen committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    28b0184 View commit details
    Browse the repository at this point in the history
Loading