Skip to content

Conversation

@ryanmats
Copy link
Contributor

@ryanmats ryanmats commented Dec 7, 2016

Tweaked a few placeholder names for variables users should change before testing/deploying. The tutorial is now going to ask them to create a non-root username/password. Also updated environment variable that changed because of flex beta 2.

Tweaked a few placeholder names for variables users should change before testing/deploying. Also updated environment variable that changed because of flex beta 2.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 7, 2016
# to the instance
DATABASES['default']['HOST'] = '/cloudsql/<your-cloudsql-connection-string>'
if os.getenv('GAE_APPENGINE_HOSTNAME'):
if os.getenv('GAE_INSTANCE'):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change only makes sense if you switch it to env: flex, which we haven't done yet?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow yes we have...was it broken before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure. Once I finish updating the tutorial I'm gonna go through it end-to-end to make sure it all works.

@waprin waprin merged commit cecc8a0 into master Dec 7, 2016
@ryanmats ryanmats deleted the django_cloudsql-config-changes branch December 7, 2016 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants