Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.36 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.36 KB

آموزش کامل Django ORM

این ریپازیتوری شامل یک آموزش کامل و دقیق در مورد Django ORM می باشد. در زیر، لینک های هر بخش از آموزش را برای پیمایش سریع پیدا خواهید کرد:

  1. Introduction
  2. Models and Fields
  3. Relationships Between Models
  4. Basic Queries and Operations
  5. Advanced QuerySet Operations
  6. Create, Update, and Delete Operations
  7. Transactions in Django ORM
  8. Query Optimization and Performance
  9. Advanced Queries in Django ORM
  10. Advanced Database Features
  11. Managing Migrations
  12. Signals in Django ORM
  13. Data Integrity Management
  14. Generic Relationships in Django ORM