Skip to content

Commit 24e1a79

Browse files
ryanmatsJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Added a few region tags (#915)
* Added vendor region tag * added region tag for create_app
1 parent 3f8085a commit 24e1a79

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

appengine/standard/flask/tutorial/appengine_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START vendor]
1516
from google.appengine.ext import vendor
1617

1718
# Add any libraries installed in the "lib" folder.
1819
vendor.add('lib')
20+
# [END vendor]

appengine/standard/flask/tutorial/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
from flask import Flask, render_template, request
2020
# [END imports]
2121

22+
# [START create_app]
2223
app = Flask(__name__)
24+
# [END create_app]
2325

2426

2527
# [START form]

0 commit comments

Comments
 (0)