Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/