📝 Category

Django

Articles about django

63 Articles

Category articles "Django"

Study all materials on this topic

Messages Framework in Django
🟡 Medium

Messages Framework in Django

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

👤 PyLand Team
📅 30.06.2026
Squashing Migrations in Django
🔴 Difficult

Squashing Migrations in Django

Squash — compressing multiple migrations into one to simplify the history.

👤 PyLand Team
📅 30.06.2026
Django REST Framework: Introduction
🟡 Medium

Django REST Framework: Introduction

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

👤 PyLand Team
📅 30.06.2026
Template Loading in Django
🟡 Medium

Template Loading in Django

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

👤 PyLand Team
📅 30.06.2026
Password Change in Django
🟡 Medium

Password Change in Django

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

👤 PyLand Team
📅 30.06.2026
HttpRequest and HttpResponse in Django
🟢 Easy

HttpRequest and HttpResponse in Django

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

👤 PyLand Team
📅 30.06.2026
Django: Production Checklist
🔴 Difficult

Django: Production Checklist

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

👤 PyLand Team
📅 30.06.2026
Django DeleteView
🟡 Medium

Django DeleteView

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

👤 PyLand Team
📅 30.06.2026
Django Admin: Overview
🟢 Easy

Django Admin: Overview

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

👤 PyLand Team
📅 30.06.2026
Django Development Server
🟢 Easy

Django Development Server

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

👤 PyLand Team
📅 30.06.2026
Pagination in Django ListView
🟡 Medium

Pagination in Django ListView

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

👤 PyLand Team
📅 30.06.2026
Django UpdateView
🟡 Medium

Django UpdateView

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

👤 PyLand Team
📅 30.06.2026

Other categories

Study related topics

📝

Python

Articles about Python

📚 54 articles ⭐ 4.7
📝

Git & GitHub

Articles about Git and GitHub

📚 32 articles ⭐ 4.8
📝

Html Css

Articles about html-css

📚 23 articles ⭐ 4.9

Want more materials?

Subscribe to updates and be the first to know about new articles!