✍️ Author

PyLand Team

PyLand Team

253 Articles
90829 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

Django DeleteView
Django

Django DeleteView

DeleteView is a CBV for deleting an object with a confirmation step.

🟑 Medium
πŸ“… 30.06.2026
Django Admin: Overview
Django

Django Admin: Overview

Django Admin is a built-in management panel for working with data through a browser.

🟒 Beginner
πŸ“… 30.06.2026
Django Development Server
Django

Django Development Server

Django's built-in server is intended for local development: it runs the project and reloads Python code when files change.

🟒 Beginner
πŸ“… 30.06.2026
Pagination in Django ListView
Django

Pagination in Django ListView

Covered topics: Enabling pagination, Template with pagination, Pagination with filters, Manual pagination (in function-based views).

🟑 Medium
πŸ“… 30.06.2026
Django UpdateView
Django

Django UpdateView

UpdateView is a class-based view for editing an existing object through a form.

🟑 Medium
πŸ“… 30.06.2026
login_required: protecting views
Django

login_required: protecting views

Django can restrict a view to authenticated users with a decorator for function-based views or a mixin for class-based views.

🟑 Medium
πŸ“… 30.06.2026
Django ORM: Cheatsheet
Django

Django ORM: Cheatsheet

ORM (Object-Relational Mapping) lets you work with the database through Python objects without writing SQL.

🟑 Medium
πŸ“… 30.06.2026
Django: Next Steps
Django

Django: Next Steps

You've mastered the Django fundamentals. Where to go from here?

🟒 Beginner
πŸ“… 30.06.2026
Django Templates: Introduction
Django

Django Templates: Introduction

Django Template Language (DTL) is a simple templating language for generating HTML.

🟒 Beginner
πŸ“… 30.06.2026
Project vs Application in Django
Django

Project vs Application in Django

A Django project contains the site's shared configuration, while applications split its functionality into focused, reusable components.

🟒 Beginner
πŸ“… 30.06.2026
Views in Django: Handling Requests
Django

Views in Django: Handling Requests

A view is a function or class that receives an HTTP request and returns an HTTP response.

🟒 Beginner
πŸ“… 30.06.2026
Environment Variables in Django
Django

Environment Variables in Django

Covered topics: Why use environment variables, python-dotenv, django-environ (alternative), .gitignore.

🟑 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