Interacting with a Database: Models

– The “Dumb” way to Do Database Queries in views

– ORM

– Defining Models in python

– Your first model, Basic Data Access

– Adding Model String Representations

– What is context?

– Selecting Objects, Filtering Data

– Retrieving single Objects

– Ordering Data, Deleting Objects

– Making changes to a database schema

– Adding, and altering fields

– Removing fields

– Meta class, Abstract class

 

Leave a Reply

Your email address will not be published. Required fields are marked *