#django
Explore materials tagged "django" from expert practitioners. Up-to-date articles and useful tips to help you grow.
Articles with tag "#django"
All materials on the topic django
SECRET_KEY in Django
SECRETKEY is used to cryptographically sign Django data, so it must never be committed to a repository or exposed in...
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
Covered topics: Date fields in a model, Working with dates in Python, Formatting in templates, Formatting in Python.
Internationalization (i18n) in Django
Covered topics: 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
Covered topics: ondelete β behavior when the parent is deleted, ondelete options, Examples, relatedname.
Testing Django with pytest
Covered topics: 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