Google Cloud Platform

Introduction
This guide will help you add sqlcommenter to your Django applications running on Google Cloud Platform (GCP)
Requirements
Addition to your code
Firstly, please install google-cloud-sqlcommenter.
For any Django deployment, we can just edit our settings.py file and update the MIDDLEWARE section as per:
MIDDLEWARE = [
'google.cloud.sqlcommenter.django.middleware.SqlCommenter',
...
]
References
| Resource | URL |
|---|---|
| Running Django on GCP | https://cloud.google.com/python/django/ |
| Installing Django middleware | /python/django#installation |
sqlcommenter