97 items
Async View Meets Django's Sync ORM
Code QuizAsync & DI: FastAPI vs Django
QuizDefining a CharField model field
Code QuizMissing comma in INSTALLED_APPS
Code QuizLooping in a template
Code QuizRegistering an app in a project
Code QuizWiring a URL pattern
Code QuizImporting Django's core framework
Code QuizMTV: rendering a template
Code QuizReturning a response from a view
Code QuizFastAPI Async vs Django Model
Slides / VideoSetting DEFAULT_AUTO_FIELD correctly
Code QuizCreating migrations with manage.py
Code QuizROOT_URLCONF in the project package
Code QuizWiring up the Django admin site
Code QuizChecking the required Python version
Code QuizMiddleware in the request-response cycle
Code QuizDescribing Django's governance
Code QuizRecording the current stable Django version
Code QuizNew Built-in Django Features
Slides / VideoDjango's Default Primary Key
Slides / VideoSupported Database Backends
FlashcardSupported Python Versions
FlashcardCurrent Release and Release Cycle
FlashcardThe Request-Response Cycle
FlashcardThe DRY Principle in Django
FlashcardDSF and Steering Council
FlashcardDEFAULT_AUTO_FIELD and BigAutoField
FlashcardInstalling Django, First Project Setup
Slides / VideoDjango 6.1 Supported Databases
Slides / VideoPython Versions for Django 6.x
Slides / VideoDjango Release Cycle and Versioning
Slides / VideoFastAPI DI vs Django Middleware/ORM
FlashcardDjango's Version and Release Cadence
Slides / VideoDjango Governance: DSF and Steering Council
Slides / VideoTemplate loop tag
Code QuizProjects vs apps: registering an app
Code QuizModel field definition
Code QuizViews and the request argument
Code QuizMTV: rendering a template from a view
Code QuizALLOWED_HOSTS in settings.py
Code QuizReturning a basic Django response
Code QuizURL routing in urls.py
Code QuizEnabling a built-in Django app
Code QuizDescribing Django governance
Code QuizSetting DEFAULT_AUTO_FIELD
Code QuizDjango release cadence constant
Code QuizChecking the Python version
Code QuizWhat a view must return
Code QuizRegistering a model in the admin
Code QuizApplying database migrations
Code QuizPointing manage.py at settings
Code QuizDjango Request/Response Lifecycle
Slides / VideoThe manage.py Command-Line Utility
Slides / VideoDjango's Built-in Admin Interface
Slides / VideoThe manage.py Utility
QuizPython Version Requirements
QuizDEFAULT_AUTO_FIELD and BigAutoField
QuizRelease Cycle and Versioning
QuizSupport Policy and LTS
QuizNotable Built-in Features
QuizSupported Databases and Default
QuizThe settings.py File
QuizThe Built-in Admin
QuizURL Routing / URLconf
QuizRequest/Response Cycle
QuizThe Migrations Concept
QuizBatteries-Included Philosophy
QuizRole of Models
QuizProject vs. App
QuizRole of Views
QuizMTV Architecture
QuizRole of Templates
QuizDjango Software Foundation
QuizWhat Django Is
QuizThe ORM Concept
QuizRole of the View
FlashcardBatteries-Included Philosophy
FlashcardThe Django Admin Site
FlashcardRole of the Template
FlashcardWhat Django Is
Flashcardmanage.py and django-admin
FlashcardWhat the ORM Is
FlashcardRole of the Model
FlashcardURL Configuration Purpose
FlashcardThe Settings Module
FlashcardMTV Architecture
FlashcardProject vs. App
FlashcardDjango Settings Module
Slides / VideoDjango Projects vs. Apps
Slides / VideoDjango URL Routing Explained
Slides / VideoTemplates: Django's Presentation Layer
Slides / VideoDjango Views Explained
Slides / VideoModels and the Django ORM
Slides / VideoDjango MTV Architecture Explained
Slides / VideoDjango's Batteries-Included Philosophy
Slides / VideoWhat Django Is
Slides / VideoModels and the Django ORM
Django models define your data as Python classes, and the ORM turns them into database tables and queries you write in Python instead of raw SQL.
