✍️ Author

PyLand Team

PyLand Team

253 Articles
90777 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

Authentication in DRF
Django

Authentication in DRF

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

πŸ”΄ Advanced
πŸ“… 30.06.2026
DRF ViewSets and Routers
Django

DRF ViewSets and Routers

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

πŸ”΄ Advanced
πŸ“… 30.06.2026
Django Migrations
Django

Django Migrations

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

🟒 Beginner
πŸ“… 30.06.2026
Inline Editing in Django Admin
Django

Inline Editing in Django Admin

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

🟑 Medium
πŸ“… 30.06.2026
Configuring Django REST Framework
Django

Configuring Django REST Framework

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

🟑 Medium
πŸ“… 30.06.2026
Bulk Operations in Django ORM
Django

Bulk Operations in Django ORM

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

πŸ”΄ Advanced
πŸ“… 30.06.2026
Mixins in Django CBV
Django

Mixins in Django CBV

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

πŸ”΄ Advanced
πŸ“… 30.06.2026
get_context_data in Django CBVs
Django

get_context_data in Django CBVs

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

🟑 Medium
πŸ“… 30.06.2026
select_related and prefetch_related
Django

select_related and prefetch_related

Query optimization when working with related objects.

πŸ”΄ Advanced
πŸ“… 30.06.2026
Nested Serializers in DRF
Django

Nested Serializers in DRF

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

🟣 Expert
πŸ“… 30.06.2026
Django CreateView
Django

Django CreateView

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

🟑 Medium
πŸ“… 30.06.2026
Django Template Filters
Django

Django Template Filters

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

🟑 Medium
πŸ“… 30.06.2026
πŸ“Š Statistics

Statistics by categories

Author's article distribution by topics

πŸ“

Django

63 articles

πŸ“

Python

54 articles

πŸ“

Git ΠΈ GitHub

32 articles

πŸ“

Html Css

23 articles

πŸ“

LLM ΠΈ AI

21 articles