We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5888a51 commit 8d2ff42Copy full SHA for 8d2ff42
appengine/flexible/hello_world_django/README.md
@@ -45,7 +45,7 @@ In order to deploy to Google App Engine, we created a simple
45
46
This sample project uses Django's default sqlite database. This isn't suitable
47
for production as your application can run multiple instances and each will
48
-have a different sqlite database. Additionally, instance disks are emphemmeral,
+have a different sqlite database. Additionally, instance disks are ephemeral,
49
so data will not survive restarts.
50
51
For production applications running on Google Cloud Platform, you have
0 commit comments