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
-[Create and register your first model](#create-and-register-your-first-model)
18
18
-[References](#references)
19
19
20
20
### Install django-spanner
@@ -154,13 +154,14 @@ python3 manage.py runserver
154
154
```
155
155
Then visit http://127.0.0.1:8000/admin/
156
156
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.
0 commit comments