You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/healthchecks/README.md
+66-27Lines changed: 66 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,14 @@
2
2
3
3
This example shows how to use django-spanner for Cloud Spanner as a backend database for [https://healthchecks.io](https://healthchecks.io)
4
4
5
+
*NOTE:* Use the version of python-spanner-django that corresponds to your version of Django. For example, python-spanner-django 2.2.x works with Django 2.2.y. (This is the only supported version at this time.)
6
+
5
7
### Table of contents
6
8
-[Install healthchecks](#install-healthchecks)
7
9
-[Clone django-spanner](#clone-django-spanner)
8
10
-[Install django-spanner in the virtual-env](#install-django-spanner-in-the-virtual-env)
9
11
-[Ensure you have a Cloud Spanner database already created](#ensure-you-have-a-Cloud-Spanner-database-already-created)
12
+
-[Set Google Application Default Credentials to the environment](#Set-Google-Application-Default-Credentials-to-the-environment)
0 commit comments