Собрали в одном месте самые важные ссылкии сделали Тренажер IT-инцидентов для DevOps/SRE
Закрытие значимой группы разработчиков, которые создавали и поддерживали популярные django пакеты (django-debug-toolbar, django-simple-history, django-cookie-consent)
Django silently converts None values in non-nullable string fields into empty strings, but a simple CheckConstraint can enforce truly required values and prevent empty data from slipping into your database.
Fix Django’s case-sensitive unique constraint pitfalls by cleaning duplicates, adding Lower() constraints, and safely migrating with PostgreSQL CONCURRENTLY to avoid downtime.
Легкая в использовании и удобная для разработки CMS. Скачать можно по ссылке: https://pypi.python.org/pypi/django-cms/
Мощный web-фреймворк. Скачать можно по ссылке: https://pypi.python.org/pypi/Django/
Based on GitHub stars and PyPI download numbers.
Если вы разработчик и выбрали для своего проекта Django Framework, но не делали большие миграции на своем проекте, эти советы вам точно пригодятся.
Visualize Django URL routing inside the Django Admin, including patterns, views, namespaces, and conflicts.
Youtube video
How to control NULL value placement when sorting Django QuerySets using F() expressions.
A website and repo with 39 common antipatterns, listing them as well as suggested changes. Worth a look!
Indexing a QuerySet can return nondeterministic rows because slicing does not add ordering, unlike first, which orders by primary key.