How to delete all datastore in Google App Engine?

后端 未结 29 1801
夕颜
夕颜 2020-11-28 01:17

Does anyone know how to delete all datastore in Google App Engine?

29条回答
  •  Happy的楠姐
    2020-11-28 01:36

    You can clear the development server datastore when you run the server:

    /path/to/dev_appserver.py --clear_datastore=yes myapp

    You can also abbreviate --clear_datastore with -c.

提交回复
热议问题