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

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
Overriding get_queryset in Django CBVs
πŸ”΄ Difficult

Overriding get_queryset in Django CBVs

getqueryset() is a method for customizing the dataset used in a CBV.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
ForeignKey and on_delete in Django
🟑 Medium

ForeignKey and on_delete in Django

Covered topics: ondelete β€” behavior when the parent is deleted, ondelete options, Examples, relatedname.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Testing Django with pytest
πŸ”΄ Difficult

Testing Django with pytest

Covered topics: Installation, conftest.py β€” Fixtures, Model Test, View Test with Client.

πŸ‘€ 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