🏷️ Tag

#django

Explore materials tagged "django" from expert practitioners. Up-to-date articles and useful tips to help you grow.

68 Articles
6 Similar tags

Articles with tag "#django"

All materials on the topic django

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
login_required: protecting views
🟑 Medium

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.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django ORM: Cheatsheet
🟑 Medium

Django ORM: Cheatsheet

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django: Next Steps
🟒 Easy

Django: Next Steps

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django Templates: Introduction
🟒 Easy

Django Templates: Introduction

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Project vs Application in Django
🟒 Easy

Project vs Application in Django

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Views in Django: Handling Requests
🟒 Easy

Views in Django: Handling Requests

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Environment Variables in Django
🟑 Medium

Environment Variables in Django

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026

Similar tags

Study related topics

🏷️

#python

Related articles python

πŸ“š 59 articles
🏷️

#basics

Related articles basics

πŸ“š 32 articles
🏷️

#ai

Related articles ai

πŸ“š 29 articles
🏷️

#api

Related articles api

πŸ“š 25 articles
🏷️

#html-css

Related articles html-css

πŸ“š 23 articles
🏷️

#devops

Related articles devops

πŸ“š 13 articles

Looking for more on the topic?

Study all our materials or subscribe to updates