forked from orbit-oss/flask
appengine -> app engine
This commit is contained in:
parent
e432d833b5
commit
99c6287ce2
3 changed files with 5 additions and 5 deletions
|
|
@ -34,7 +34,7 @@ memcached server then::
|
|||
from werkzeug.contrib.cache import MemcachedCache
|
||||
cache = MemcachedCache(['127.0.0.1:11211'])
|
||||
|
||||
If you are using appengine, you can connect to the appengine memcache
|
||||
If you are using App Engine, you can connect to the App Engine memcache
|
||||
server easily::
|
||||
|
||||
from werkzeug.contrib.cache import GAEMemcachedCache
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ that uses decorators has to be imported upfront or Flask will never
|
|||
actually find your function.
|
||||
|
||||
This can be a problem if your application has to import quick. It might
|
||||
have to do that on systems like Google's AppEngine or other systems. So
|
||||
have to do that on systems like Google's App Engine or other systems. So
|
||||
if you suddenly notice that your application outgrows this approach you
|
||||
can fall back to a centralized URL mapping.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue