File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ After `installation <#Installation>`__, you'll need to edit your Django
49
49
.. code :: python
50
50
51
51
INSTALLED_APPS = [
52
- ' spanner_django ' ,
52
+ ' django_spanner ' ,
53
53
...
54
54
]
55
55
62
62
63
63
DATABASES = {
64
64
' default' : {
65
- ' ENGINE' : ' spanner_django ' ,
65
+ ' ENGINE' : ' django_spanner ' ,
66
66
' PROJECT' : ' <project_id>' ,
67
67
' INSTANCE' : ' <instance_id>' ,
68
68
' NAME' : ' <database_name>' ,
@@ -81,7 +81,7 @@ Database configurations
81
81
82
82
DATABASES = {
83
83
' default' : {
84
- ' ENGINE' : ' spanner_django ' ,
84
+ ' ENGINE' : ' django_spanner ' ,
85
85
' PROJECT' : ' appdev-soda-spanner-staging' , # Or the GCP project-id
86
86
' INSTANCE' : ' django-dev1' , # Or the Cloud Spanner instance
87
87
' NAME' : ' db1' , # Or the Cloud Spanner database to use
You can’t perform that action at this time.
0 commit comments