✍️ Author

PyLand Team

PyLand Team

253 Articles
90855 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

SuccessMessageMixin in Django
Django

SuccessMessageMixin in Django

SuccessMessageMixin is a mixin for displaying a flash message after a form is successfully submitted in a class-based view.

🟑 Medium
πŸ“… 30.06.2026
Timezones in Django
Django

Timezones in Django

Reliable timezone handling requires aware datetime values, UTC storage, and conversion to local time at the display boundary.

🟑 Medium
πŸ“… 30.06.2026
Django Versions: What's New
Django

Django Versions: What's New

Covered topics: the current LTS, Django 5.x, Django 6.0, and version selection.

🟒 Beginner
πŸ“… 30.06.2026
URL Routing in Django
Django

URL Routing in Django

Django maps URLs to views via urlpatterns.

🟒 Beginner
πŸ“… 30.06.2026
Authentication in Django
Django

Authentication in Django

Django includes a complete authentication system: the User model, login/logout, and permissions.

🟑 Medium
πŸ“… 30.06.2026
Token Authentication in DRF
Django

Token Authentication in DRF

Covered topics: Setup, Endpoint for Obtaining a Token, Using the Token, Creating a Token for a User.

πŸ”΄ Advanced
πŸ“… 30.06.2026
Q Objects in Django ORM
Django

Q Objects in Django ORM

Q objects allow you to build complex query conditions using OR, AND, and NOT.

πŸ”΄ Advanced
πŸ“… 30.06.2026
The {% url %} Tag in Django
Django

The {% url %} Tag in Django

{% url %} is a template tag for generating URLs by route name.

🟒 Beginner
πŸ“… 30.06.2026
Deploying Django to Railway
Django

Deploying Django to Railway

Railway is a cloud platform with a free tier. Deploy from GitHub in minutes.

πŸ”΄ Advanced
πŸ“… 30.06.2026
Class-Based Views in Django
Django

Class-Based Views in Django

CBVs use classes instead of functions. The built-in CBVs implement common CRUD patterns.

🟑 Medium
πŸ“… 30.06.2026
Django DetailView
Django

Django DetailView

DetailView is a CBV for displaying a single object by its pk or slug.

🟑 Medium
πŸ“… 30.06.2026
Databases in Django
Django

Databases in Django

Covered topics: Supported Database Backends, Configuring SQLite (default), Configuring PostgreSQL, Via environment variable (recommended).

🟒 Beginner
πŸ“… 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