8000 fix: Remove old quickstart instructions link (#593) · googleapis/python-spanner-django@03adf65 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03adf65

Browse files
fix: Remove old quickstart instructions link (#593)
1 parent 53b71cf commit 03adf65

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/from-scratch/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example shows how to use django-spanner for Cloud Spanner as a backend data
1414
- [Now run your server](#now-run-your-server)
1515
- [Create an Django admin user](#create-an-django-admin-user)
1616
- [Login as admin](#login-as-admin)
17-
- [Comprehensive hands-on guide](#comprehensive-hands-on-guide)
17+
- [Create and register your first model](#create-and-register-your-first-model)
1818
- [References](#references)
1919

2020
### Install django-spanner
@@ -154,13 +154,14 @@ python3 manage.py runserver
154154
```
155155
Then visit http://127.0.0.1:8000/admin/
156156

157-
### Comprehensive hands-on guide
158-
For a more comprehensive, step by step hands-on guide, please visit [using django-spanner from scratch](https://orijtech-161805.firebaseapp.com/quickstart/new_app/)
157+
### Create and register your first model
158+
Please follow the guides in https://docs.djangoproject.com/en/2.2/intro/tutorial02/#creating-models
159+
to create and register the model to the Django’s automatically-generated admin site.
160+
159161

160162
### References
161163

162164
Resource|URL
163165
---|---
164166
Cloud Spanner homepage|https://cloud.google.com/spanner/
165167
django-spanner project's source code|https://github.com/googleapis/python-spanner-django/
166-
django-spanner from scratch|https://orijtech-161805.firebaseapp.com/quickstart/new_app/

0 commit comments

Comments
 (0)
0