📝 Category

Django

Articles about django

63 Articles

Category articles "Django"

Study all materials on this topic

Token Authentication in DRF
🔴 Difficult

Token Authentication in DRF

Covered topics: Setup, Endpoint for Obtaining a Token, Using the Token, Creating a Token for a User.

👤 PyLand Team
📅 30.06.2026
Q Objects in Django ORM
🔴 Difficult

Q Objects in Django ORM

Q objects allow you to build complex query conditions using OR, AND, and NOT.

👤 PyLand Team
📅 30.06.2026
The {% url %} Tag in Django
🟢 Easy

The {% url %} Tag in Django

{% url %} is a template tag for generating URLs by route name.

👤 PyLand Team
📅 30.06.2026
Deploying Django to Railway
🔴 Difficult

Deploying Django to Railway

Railway is a cloud platform with a free tier. Deploy from GitHub in minutes.

👤 PyLand Team
📅 30.06.2026
Class-Based Views in Django
🟡 Medium

Class-Based Views in Django

CBVs use classes instead of functions. The built-in CBVs implement common CRUD patterns.

👤 PyLand Team
📅 30.06.2026
Django DetailView
🟡 Medium

Django DetailView

DetailView is a CBV for displaying a single object by its pk or slug.

👤 PyLand Team
📅 30.06.2026
Databases in Django
🟢 Easy

Databases in Django

Covered topics: Supported Database Backends, Configuring SQLite (default), Configuring PostgreSQL, Via environment variable (recommended).

👤 PyLand Team
📅 30.06.2026
SECRET_KEY in Django
🟡 Medium

SECRET_KEY in Django

SECRETKEY is used to cryptographically sign Django data, so it must never be committed to a repository or exposed in...

👤 PyLand Team
📅 30.06.2026
Django Shell
🟢 Easy

Django Shell

Django Shell is an interactive Python console with the full Django environment loaded.

👤 PyLand Team
📅 30.06.2026
manage.py: Django commands
🟢 Easy

manage.py: Django commands

manage.py is Django's command-line utility. Every interaction with a project goes through it.

👤 PyLand Team
📅 30.06.2026
Date Formats in Django
🟡 Medium

Date Formats in Django

Covered topics: Date fields in a model, Working with dates in Python, Formatting in templates, Formatting in Python.

👤 PyLand Team
📅 30.06.2026
Internationalization (i18n) in Django
🔴 Difficult

Internationalization (i18n) in Django

Covered topics: Configuration, Translating strings in Python, Translating in templates, Creating translation files.

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