📝 Category

Django

Articles about django

63 Articles

Category articles "Django"

Study all materials on this topic

Search in Django
🔴 Difficult

Search in Django

You can start with simple Django ORM filters and move to PostgreSQL features when you need ranked, full-text search.

👤 PyLand Team
📅 30.06.2026
Swagger Documentation with drf-spectacular
🔴 Difficult

Swagger Documentation with drf-spectacular

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

👤 PyLand Team
📅 30.06.2026
settings.py: Django Configuration
🟢 Easy

settings.py: Django Configuration

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

👤 PyLand Team
📅 30.06.2026
DRF Serializers
🟡 Medium

DRF Serializers

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

👤 PyLand Team
📅 30.06.2026
Django Project Structure
🟢 Easy

Django Project Structure

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

👤 PyLand Team
📅 30.06.2026
CSRF Protection in Django
🟡 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...

👤 PyLand Team
📅 30.06.2026
Django Model Fields
🟢 Easy

Django Model Fields

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

👤 PyLand Team
📅 30.06.2026
Authentication in DRF
🔴 Difficult

Authentication in DRF

DRF supports several authentication methods. The right choice depends on the client type, threat model, and API deployment architecture.

👤 PyLand Team
📅 30.06.2026
DRF ViewSets and Routers
🔴 Difficult

DRF ViewSets and Routers

ViewSet is a class that combines several related views into one. Router automatically generates URLs.

👤 PyLand Team
📅 30.06.2026
Django Migrations
🟢 Easy

Django Migrations

A migration is a file describing changes to the database schema. Django tracks the state of your models and generates...

👤 PyLand Team
📅 30.06.2026
Inline Editing in Django Admin
🟡 Medium

Inline Editing in Django Admin

Inline allows you to edit related objects directly on the parent object's page.

👤 PyLand Team
📅 30.06.2026
Configuring Django REST Framework
🟡 Medium

Configuring Django REST Framework

Covered topics: Installation, Core RESTFRAMEWORK Settings, Custom Pagination, Error Response Format.

👤 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!