🏷️ Tag

#django

Study materials by tag "django" from expert practitioners. Current articles and useful tips for development.

68 Articles
68 Materials
93 Views

Articles with tag "#django"

All materials on the topic django

📝
🟡 Medium

Django DeleteView

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

📝 Django
📅 30.06.2026
📝
🟢 Easy

Django Admin: Overview

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

📝 Django
📅 30.06.2026
📝
🟢 Easy

Django Development Server

By default the server starts at http://127.0.0.1:8000/.

📝 Django
📅 30.06.2026
📝
🟡 Medium

Pagination in Django ListView

Охватываемые темы: Enabling pagination, Template with pagination, Pagination with filters, Manual pagination (in function-based views).

📝 Django
📅 30.06.2026
📝
🟡 Medium

Django UpdateView

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

📝 Django
📅 30.06.2026
📝
🟡 Medium

login_required: protecting views

If the user is not authenticated, they are redirected to settings.LOGINURL with the ?next=/current-url/ parameter.

📝 Django
📅 30.06.2026
📝
🟡 Medium

Django ORM: Cheatsheet

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

📝 Django
📅 30.06.2026
📝
🟢 Easy

Django: Next Steps

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

📝 Django
📅 30.06.2026
📝
🟢 Easy

Django Templates: Introduction

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

📝 Django
📅 30.06.2026
📝
🟢 Easy

Project vs Application in Django

One project can contain many applications. An application can be reused in another project.

📝 Django
📅 30.06.2026
📝
🟢 Easy

Views in Django: Handling Requests

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

📝 Django
📅 30.06.2026
📝
🟡 Medium

Environment Variables in Django

Охватываемые темы: Why use environment variables, python-dotenv, django-environ (alternative), .gitignore.

📝 Django
📅 30.06.2026

Similar tags

Study related topics

🏷️

#ai

Related articles ai

📚 8 articles
🏷️

#data structures

Related articles data structures

📚 5 articles
🏷️

#html-css

Related articles html-css

📚 4 articles
🏷️

#database

Related articles database

📚 4 articles
🏷️

#authentication

Related articles authentication

📚 3 articles
🏷️

#oop

Related articles oop

📚 2 articles

Looking for more on the topic?

Study all our materials or subscribe to updates