File tree 3 files changed +3
-3
lines changed
bookstore-grpc-transcoding
kubernetes_engine/django_tutorial 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def create_sample_bookstore():
83
83
_ , fiction = store .create_shelf (shelf )
84
84
85
85
book = bookstore_pb2 .Book ()
86
- book .title = 'README '
86
+ book .title = 'REAMDE '
87
87
book .author = "Neal Stephenson"
88
88
store .create_book (fiction , book )
89
89
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def create_sample_bookstore():
84
84
_ , fiction = store .create_shelf (shelf )
85
85
86
86
book = bookstore_pb2 .Book ()
87
- book .title = 'README '
87
+ book .title = 'REAMDE '
88
88
book .author = "Neal Stephenson"
89
89
store .create_book (fiction , book )
90
90
Original file line number Diff line number Diff line change 1
1
Django == 3.0.2 ; python_version > '3.5'
2
2
Django == 2.2.9 ; python_version == '3.5'
3
- Django == 1.11.27 ;python_version < '3.0'
3
+ Django == 1.11.28 ;python_version < '3.0'
4
4
# Uncomment the mysqlclient requirement if you are using MySQL rather than
5
5
# PostgreSQL. You must also have a MySQL client installed in that case.
6
6
#mysqlclient==1.4.1
You can’t perform that action at this time.
0 commit comments