Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 03adf65

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

File tree

1 file changed

+5
-4
lines changed
Filter options

1 file changed

+5
-4
lines changed

‎examples/from-scratch/README.md

Copy file name to clipboardExpand all lines: examples/from-scratch/README.md
+5-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.