Django model : DB

1. Each model : a single database table

2. each attribute of the model : a column in the database table

3. attribute name : the column’s name

4. type of field (e.g., CharField) : database column type (e.g., varchar)

5. instance of model : row in the database table

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Top Footer