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

pytest-django: Testing Django
πŸ”΄ Difficult

pytest-django: Testing Django

Covered topics: Installation, @pytest.mark.djangodb, Fixtures, Testing views.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django: Template Tags
🟑 Medium

Django: Template Tags

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django: Static Files
🟑 Medium

Django: Static Files

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django: Template Inheritance
🟑 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...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django: Forms in Templates
πŸ”΄ 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...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
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

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