Differences between revisions 1 and 2
Revision 1 as of 2006-04-11 10:56:04
Size: 372
Editor: 211
Comment:
Revision 2 as of 2006-04-11 11:04:09
Size: 514
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Database API reference
This covers Django version 0.91. Old version: 0.90 docs
데이타베이스 API 문헌
Line 4: Line 3:
Once you've created your data models, you'll need to retrieve data from the database. This document explains the database abstraction API derived from the models, and how to create, retrieve and update objects. 이 문서는 Django 0.9.1을 다룬다. 구버전 : 0.90 docs translated by [parkpro77]

당신이 데이타 모델을 만들었다면, 데이타베이스로부터 데이타를 회수하는 것이 필요할 것이다. 이 문서는 모델로부터 파생되어진 데이타베이스를 설명하고, 객체들이 어떻게 만들어지고 복구되어지고 업데이트되어지는지 설명한다.

데이타베이스 API 문헌

이 문서는 Django 0.9.1을 다룬다. 구버전 : 0.90 docs translated by [parkpro77]

당신이 데이타 모델을 만들었다면, 데이타베이스로부터 데이타를 회수하는 것이 필요할 것이다. 이 문서는 모델로부터 파생되어진 데이타베이스를 설명하고, 객체들이 어떻게 만들어지고 복구되어지고 업데이트되어지는지 설명한다.

Throughout this reference, we'll refer to the following Poll application:

Django/DbApi (last edited 2011-08-03 11:00:51 by localhost)

web biohackers.net