Skip to content

Commit 8b2329a

Browse files
authoredNov 24, 2020
fix: Fix package name in README (#556)
1 parent af5d8e3 commit 8b2329a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After `installation <#Installation>`__, you'll need to edit your Django
4949
.. code:: python
5050
5151
INSTALLED_APPS = [
52-
'spanner_django',
52+
'django_spanner',
5353
...
5454
]
5555
@@ -62,7 +62,7 @@ Format
6262
6363
DATABASES = {
6464
'default': {
65-
'ENGINE': 'spanner_django',
65+
'ENGINE': 'django_spanner',
6666
'PROJECT': '<project_id>',
6767
'INSTANCE': '<instance_id>',
6868
'NAME': '<database_name>',
@@ -81,7 +81,7 @@ Database configurations
8181
8282
DATABASES = {
8383
'default': {
84-
'ENGINE': 'spanner_django',
84+
'ENGINE': 'django_spanner',
8585
'PROJECT': 'appdev-soda-spanner-staging', # Or the GCP project-id
8686
'INSTANCE': 'django-dev1', # Or the Cloud Spanner instance
8787
'NAME': 'db1', # Or the Cloud Spanner database to use

0 commit comments

Comments
 (0)