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
Docs: fix changelog link and sample examples. (#700)
* docs: update docs to show decimal field support and check constraints but no support for unsigned data type
* docs: linked changelog correctly
* docs: fix doc links for sample examples
* fix: skip test cursor_executemany_with_empty_params_list as spanner support is not there
To define your database layout create a models file in your app folder and add the relevant
7
-
classes to it. Spanner works exactly like any other database you may have used with Django.
8
-
Here is a simple example you can run with Spanner. In our poll application below we create
9
-
the following two models:
4
+
django-spanner for Django tutorial
5
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
6
11
-
.. code:: python
7
+
This `Example <example_from_scratch.html>`_ shows how to use django-spanner for Cloud Spanner as a backend database for `healthchecks.io <https://healthchecks.io>`_
This `Example <example_healthchecks.html>`_ shows how to use django-spanner for Cloud Spanner as a backend database for `Django's tutorials <https://docs.djangoproject.com/en/2.2/intro/tutorial01/>`_
0 commit comments