🏷️ Tag

#django

Explore materials tagged "django" from expert practitioners. Up-to-date articles and useful tips to help you grow.

68 Articles
6 Similar tags

Articles with tag "#django"

All materials on the topic django

Authentication in DRF
πŸ”΄ Difficult

Authentication in DRF

DRF supports several authentication methods. The right choice depends on the client type, threat model, and API deployment architecture.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
DRF ViewSets and Routers
πŸ”΄ Difficult

DRF ViewSets and Routers

ViewSet is a class that combines several related views into one. Router automatically generates URLs.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django Migrations
🟒 Easy

Django Migrations

A migration is a file describing changes to the database schema. Django tracks the state of your models and generates...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Inline Editing in Django Admin
🟑 Medium

Inline Editing in Django Admin

Inline allows you to edit related objects directly on the parent object's page.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Configuring Django REST Framework
🟑 Medium

Configuring Django REST Framework

Covered topics: Installation, Core RESTFRAMEWORK Settings, Custom Pagination, Error Response Format.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Bulk Operations in Django ORM
πŸ”΄ Difficult

Bulk Operations in Django ORM

Covered topics: bulkcreate β€” Mass Creation, bulkupdate β€” Mass Update, update() β€” Queryset-Level Update, delete() β€” Queryset-Level Deletion.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Mixins in Django CBV
πŸ”΄ Difficult

Mixins in Django CBV

Mixins are small classes that add a single behavior to CBVs through multiple inheritance.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
get_context_data in Django CBVs
🟑 Medium

get_context_data in Django CBVs

getcontextdata() is a CBV method for passing additional data to a template.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
select_related and prefetch_related
πŸ”΄ Difficult

select_related and prefetch_related

Query optimization when working with related objects.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Nested Serializers in DRF
🟣 Expert

Nested Serializers in DRF

Covered topics: Reading Nested Objects, Write by ID, Read as Object, Nested List (Reverse Relation), Writing Nested Objects.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django CreateView
🟑 Medium

Django CreateView

CreateView is a CBV for creating an object through a form.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django Template Filters
🟑 Medium

Django Template Filters

Filters are applied to template variables using the | pipe character.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026

Similar tags

Study related topics

🏷️

#python

Related articles python

πŸ“š 59 articles
🏷️

#basics

Related articles basics

πŸ“š 32 articles
🏷️

#ai

Related articles ai

πŸ“š 29 articles
🏷️

#api

Related articles api

πŸ“š 25 articles
🏷️

#html-css

Related articles html-css

πŸ“š 23 articles
🏷️

#devops

Related articles devops

πŸ“š 13 articles

Looking for more on the topic?

Study all our materials or subscribe to updates