dackdive's blog

新米webエンジニアによる技術ブログ。JavaScript(React), Salesforce, Python など

2014-08-28から1日間の記事一覧

[GAE]特定のモデルの全エンティティを削除する方法

開発中にデータを一度クリアしたいけど、特定のモデル以外のエンティティは必要なので残しておきたいとき。 以下のコマンドをインタラクティブコンソール(http://localhost:8000/console)で実行すればよい。 from google.appengine.ext import ndb ndb.delet…

Google App Engine Python Tutorialのメモ(4)

第4回はChapter 7 Using Templatesです。 (追記)その他のメモ Google App Engine Python Tutorialのメモ(1) - dackdive's blog Google App Engine Python Tutorialのメモ(2) - dackdive's blog Google App Engine Python Tutorialのメモ(3) - dackdive's b…