Amazon Web Services
Introduction
This guide will help you add sqlcommenter to your Django applications running on Amazon Web Services (AWS)
Requirements
Addition to your code
For any Django deployment, we can just edit your settings.py file and update the MIDDLEWARE
section
with
MIDDLEWARE = [
'google.cloud.sqlcommenter.django.middleware.SqlCommenter',
...
]
References
Resource | URL |
---|---|
Deploying Python applications on AWS | https://aws.amazon.com/getting-started/projects/deploy-python-application/ |
General sqlcommenter Django guide | /python/django |