Skip to content

Commit

Permalink
Merge pull request #4663 from mozilla/add-google-cloud-sqlcommenter
Browse files Browse the repository at this point in the history
add google-cloud-sqlcommenter
  • Loading branch information
groovecoder authored May 6, 2024
2 parents f01a00f + 1eab257 commit 184fd1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions privaterelay/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ def _get_initial_middleware() -> list[str]:
"waffle.middleware.WaffleMiddleware",
"privaterelay.middleware.AddDetectedCountryToRequestAndResponseHeaders",
"privaterelay.middleware.StoreFirstVisit",
"google.cloud.sqlcommenter.django.middleware.SqlCommenter",
]

ROOT_URLCONF = "privaterelay.urls"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ drf-spectacular-sidecar==2024.4.1
glean_parser==14.0.1
google-measurement-protocol==1.1.0
google-cloud-profiler==4.1.0
google-cloud-sqlcommenter==2.0.0
gunicorn==22.0.0
jwcrypto==1.5.6
markus[datadog]==4.2.0
Expand Down

0 comments on commit 184fd1d

Please sign in to comment.