3. Querying Django Model Objects in the Database - Django 3 For Beginners Tutorial Series

Опубликовано: 22 Июль 2021
на канале: Legion Script
467
9

In this video we will go over writing queries in Django. We will go over some basic querying with .all() and .get() and then we will go into different ways we can filter objects using .filter() with different queries. Finally we will go over .exclude() to remove objects from a query.

Django Query Docs:
https://docs.djangoproject.com/en/3.2...


Legion Script Website:
http://legionscript.com/