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

📝
🔴 Difficult

pytest-django: Testing Django

Охватываемые темы: Installation, @pytest.mark.djangodb, Fixtures, Testing views.

📝 Python
📅 30.06.2026
📝
🟡 Medium

Django: Template Tags

Template tags are logic inside HTML. Unlike {{ variable }} which only outputs a value, {% %} tags control flow:...

📝 Html Css
📅 30.06.2026
📝
🟡 Medium

Django: Static Files

Static files are CSS, JavaScript, images, and fonts. Django handles them in a specific way: it serves them itself during...

📝 Html Css
📅 30.06.2026
📝
🟡 Medium

Django: Template Inheritance

Without inheritance, every HTML template would contain duplicated code: navigation, CSS/JS links, footer. Inheritance lets you write a page skeleton...

📝 Html Css
📅 30.06.2026
📝
🔴 Difficult

Django: Forms in Templates

A Django form is a Python class. In a template it becomes HTML. Let's look at the rendering approaches: from...

📝 Html Css
📅 30.06.2026
📝
🔴 Difficult

Search in Django

Requires PostgreSQL and django.contrib.postgres in INSTALLEDAPPS.

📝 Django
📅 30.06.2026
📝
🔴 Difficult

Swagger Documentation with drf-spectacular

drf-spectacular generates an OpenAPI 3.0 schema and Swagger UI for DRF.

📝 Django
📅 30.06.2026
📝
🟢 Easy

settings.py: Django Configuration

settings.py is the central configuration file for a Django project.

📝 Django
📅 30.06.2026
📝
🟡 Medium

DRF Serializers

A serializer converts model objects to and from a Python dict and JSON.

📝 Django
📅 30.06.2026
📝
🟢 Easy

Django Project Structure

After running django-admin startproject mysite, the following standard structure is created:

📝 Django
📅 30.06.2026
📝
🟡 Medium

CSRF Protection in Django

CSRF (Cross-Site Request Forgery) is an attack in which an adversary tricks the user's browser into sending a request on...

📝 Django
📅 30.06.2026
📝
🟢 Easy

Django Model Fields

A model is a Python class that describes a database table. Each field represents a column.

📝 Django
📅 30.06.2026
Page 1 of 6 ▶️ ⏭️

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