🏷️ 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

related_name in Django

relatedname is the name used for reverse access from a related model back to its parent.

📝 Django
📅 30.06.2026
📝
🟡 Medium

User Profile Page

Охватываемые темы: Simple Profile (User Data Only), Extending with a Profile Model, Auto-creating a Profile via Signals, Profile Template.

📝 Django
📅 30.06.2026
📝
🟡 Medium

Django Model Relationships

Охватываемые темы: ForeignKey (One-to-Many), ondelete Options, ManyToManyField (Many-to-Many), OneToOneField (One-to-One).

📝 Django
📅 30.06.2026
📝
🔴 Difficult

Filtering in Django REST Framework

Охватываемые темы: Simple Filtering via Query Params, django-filter, Search and Ordering, filtersetfields — Quick Setup.

📝 Django
📅 30.06.2026
📝
🟡 Medium

Choices in Django Models

TextChoices is preferred — it provides autocompletion and avoids magic strings.

📝 Django
📅 30.06.2026
📝
🟡 Medium

Messages Framework in Django

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

📝 Django
📅 30.06.2026
📝
🔴 Difficult

Squashing Migrations in Django

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

📝 Django
📅 30.06.2026
📝
🟡 Medium

Django REST Framework: Introduction

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

📝 Django
📅 30.06.2026
📝
🟡 Medium

Template Loading in Django

Recommended: use tasks/templates/tasks/ to avoid name conflicts between applications.

📝 Django
📅 30.06.2026
📝
🟡 Medium

Password Change in Django

Охватываемые темы: Built-in Views, Password Change Template, Email for Password Reset, Password Change in Code.

📝 Django
📅 30.06.2026
📝
🟢 Easy

HttpRequest and HttpResponse in Django

Охватываемые темы: HttpRequest — the request object, HttpResponse — the response object, Redirect, render() — a convenient shortcut.

📝 Django
📅 30.06.2026
📝
🔴 Difficult

Django: Production Checklist

Use PostgreSQL, not SQLite.

📝 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