#django
Study materials by tag "django" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#django"
All materials on the topic django
Authentication in DRF
Works like standard Django — via a session cookie. Suitable for browser-based clients.
DRF ViewSets and Routers
ViewSet is a class that combines several related views into one. Router automatically generates URLs.
Django Migrations
A migration is a file describing changes to the database schema. Django tracks the state of your models and generates...
Inline Editing in Django Admin
Inline allows you to edit related objects directly on the parent object's page.
Configuring Django REST Framework
Охватываемые темы: Installation, Core RESTFRAMEWORK Settings, Custom Pagination, Error Response Format.
Bulk Operations in Django ORM
Охватываемые темы: bulkcreate — Mass Creation, bulkupdate — Mass Update, update() — Queryset-Level Update, delete() — Queryset-Level Deletion.
Mixins in Django CBV
Mixins are small classes that add a single behavior to CBVs through multiple inheritance.
get_context_data in Django CBVs
getcontextdata() is a CBV method for passing additional data to a template.
select_related and prefetch_related
Query optimization when working with related objects.
Nested Serializers in DRF
Охватываемые темы: Reading Nested Objects, Write by ID, Read as Object, Nested List (Reverse Relation), Writing Nested Objects.
Django CreateView
CreateView is a CBV for creating an object through a form.
Django Template Filters
Filters are applied to template variables using the | pipe character.
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates