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
{{ message }}
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
- remove the note about Django 2.2 being the only supported version
(3.2 seems to work too)
- change the install instructions to install from PyPI
- fix Markdown formatting for python code blocks
Co-authored-by: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com>
Copy file name to clipboardExpand all lines: examples/healthchecks/README.md
+36-55Lines changed: 36 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,8 @@
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
-
7
5
### Table of contents
8
6
-[Install healthchecks](#install-healthchecks)
9
-
-[Clone django-spanner](#clone-django-spanner)
10
7
-[Install django-spanner in the virtual-env](#install-django-spanner-in-the-virtual-env)
11
8
-[Ensure you have a Cloud Spanner database already created](#ensure-you-have-a-Cloud-Spanner-database-already-created)
12
9
-[Set credentials and project environment variables](#Set-credentials-and-project-environment-variables)
@@ -21,35 +18,19 @@ This example shows how to use django-spanner for Cloud Spanner as a backend data
21
18
Please follow the instructions to install [healthchecks.io on Github](https://github.com/healthchecks/healthchecks/).
22
19
You'll need to active the virtual-env as their install instructions request.
23
20
24
-
### Clone django-spanner
25
-
Open a fresh terminal, and go to a location that isn't a parent directory of where you cloned [healthchecks.io](#install-healthchecks).
0 commit comments