#django
Study materials by tag "django" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#django"
All materials on the topic django
SECRET_KEY in Django
This will raise a clear error if the variable is not set.
Django Shell
Django Shell is an interactive Python console with the full Django environment loaded.
manage.py: Django commands
manage.py is Django's command-line utility. Every interaction with a project goes through it.
Date Formats in Django
Охватываемые темы: Date fields in a model, Working with dates in Python, Formatting in templates, Formatting in Python.
Internationalization (i18n) in Django
Охватываемые темы: Configuration, Translating strings in Python, Translating in templates, Creating translation files.
Overriding get_queryset in Django CBVs
getqueryset() is a method for customizing the dataset used in a CBV.
ForeignKey and on_delete in Django
Охватываемые темы: ondelete — behavior when the parent is deleted, ondelete options, Examples, relatedname.
Testing Django with pytest
Охватываемые темы: Installation, conftest.py — Fixtures, Model Test, View Test with Client.
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates