摘要:
Once you've created your date models, Django automatically gives you a database-abstraction API that lets you create, retrieve,update and delete objects. This document explains how to use this API . Refer to the following models, which comprise a Weblog application : /mysit/blog/models.py 1 clas 阅读全文