A quick notebook for myself. And you can use it for free, now! You are welcome!
from google.appengine.ext import db class Entry(db.Model): pass db.delete(Entry.all().fetch(1000))
No comments:
Post a Comment