Skip to content

tlee0058/Django_ORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django_ORM django orm models-migrations foreign-keys manytomanyfield shell-command validations bcrypt named-route security Django_ORM

ORMs are used to create a language-specific object oriented representation of a table. When tables are objects, attributes of these objects represent the columns in the database, while methods will correspond to common queries.

-Models/Migrations -Foreign Key Relationships -Many to Many -Shell/Commands -Assignment: Users -Book/Authors -Sports ORM -Adding validation -Named Routes and Forms -Semi Restful Users -Bcrypt -Security Lesson -Login and Registration -User Dashboard