✍️ Author

PyLand Team

PyLand Team

253 Articles
90830 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

related_name in Django
Django

related_name in Django

relatedname is the name used for reverse access from a related model back to its parent.

🟑 Medium
πŸ“… 30.06.2026
User Profile Page
Django

User Profile Page

Covered topics: Simple Profile (User Data Only), Extending with a Profile Model, Auto-creating a Profile via Signals, Profile Template.

🟑 Medium
πŸ“… 30.06.2026
Django Model Relationships
Django

Django Model Relationships

Covered topics: ForeignKey (One-to-Many), ondelete Options, ManyToManyField (Many-to-Many), OneToOneField (One-to-One).

🟑 Medium
πŸ“… 30.06.2026
Filtering in Django REST Framework
Django

Filtering in Django REST Framework

Covered topics: Simple Filtering via Query Params, django-filter, Search and Ordering, filtersetfields β€” Quick Setup.

πŸ”΄ Advanced
πŸ“… 30.06.2026
Choices in Django Models
Django

Choices in Django Models

Use TextChoices to define a model field's limited set of values in one place for application code, forms, and the...

🟑 Medium
πŸ“… 30.06.2026
Messages Framework in Django
Django

Messages Framework in Django

A built-in mechanism for displaying one-time messages to the user.

🟑 Medium
πŸ“… 30.06.2026
Squashing Migrations in Django
Django

Squashing Migrations in Django

Squash β€” compressing multiple migrations into one to simplify the history.

πŸ”΄ Advanced
πŸ“… 30.06.2026
Django REST Framework: Introduction
Django

Django REST Framework: Introduction

DRF is the most popular package for building REST APIs in Django.

🟑 Medium
πŸ“… 30.06.2026
Template Loading in Django
Django

Template Loading in Django

Django searches the configured project and application directories for templates, so directory structure determines how reliably they are resolved.

🟑 Medium
πŸ“… 30.06.2026
Password Change in Django
Django

Password Change in Django

Covered topics: Built-in Views, Password Change Template, Email for Password Reset, Password Change in Code.

🟑 Medium
πŸ“… 30.06.2026
HttpRequest and HttpResponse in Django
Django

HttpRequest and HttpResponse in Django

Covered topics: HttpRequest β€” the request object, HttpResponse β€” the response object, Redirect, render() β€” a convenient shortcut.

🟒 Beginner
πŸ“… 30.06.2026
Django: Production Checklist
Django

Django: Production Checklist

Before deploying a Django project, review its security, database, static files, HTTPS, logging, and backup settings.

πŸ”΄ Advanced
πŸ“… 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