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