Skip to content

Commit

Permalink
fix: Remove old quickstart instructions link (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani authored Feb 1, 2021
1 parent 53b71cf commit 03adf65
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/from-scratch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example shows how to use django-spanner for Cloud Spanner as a backend data
- [Now run your server](#now-run-your-server)
- [Create an Django admin user](#create-an-django-admin-user)
- [Login as admin](#login-as-admin)
- [Comprehensive hands-on guide](#comprehensive-hands-on-guide)
- [Create and register your first model](#create-and-register-your-first-model)
- [References](#references)

### Install django-spanner
Expand Down Expand Up @@ -154,13 +154,14 @@ python3 manage.py runserver
```
Then visit http://127.0.0.1:8000/admin/

### Comprehensive hands-on guide
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/)
### Create and register your first model
Please follow the guides in https://docs.djangoproject.com/en/2.2/intro/tutorial02/#creating-models
to create and register the model to the Django’s automatically-generated admin site.


### References

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

0 comments on commit 03adf65

Please sign in to comment.