News
Nominations for 2020 Malcolm Tredinnick Memorial Prize
The Malcolm Tredinnick Memorial Prize is a monetary prize, awarded annually, to the person who best exemplifies the spirit of Malcolm’s work - someone who welcomes, supports and nurtures newcomers; freely gives feedback and assistance to others, and helps to grow the community. The hope is that the recipient of the award will use the award stipend as a contribution to travel to a community event -- a DjangoCon, a PyCon, a sprint -- and continue in Malcolm’s footsteps.
Sponsor @python on GitHub Sponsors
You can now sponsor the Python Software Foundation on GitHub Sponsors.
GitHub Actions: Removing set-env and add-path commands on November 16
This is a security PSA for anyone who uses GitHub Actions for their CI and the set-env or add-path commands. They will stop working on November 16.
Django Software Foundation
Official Django Merchandise
Official Django swag is available with 100% of profits going directly to support Django via the Django Software Foundation.
Articles
Hunting for Malicious Packages on PyPI
Jordan Wright deep dives into how to detect a malicious PyPI package.
Managing a Django Project with Poetry
A quick guide to configuring Poetry, a Python dependency manager, in a Django project.
Events
Videos
Podcasts
Django Chat #78: Django @Instagram with Carl Meyer
Carl is a Software Engineer at Instagram and a Django Core developer. We discuss his contributions to Django and how Django and Python are used at Instagram today.
Running In Production with Daniele Procida
Daniele Procida walks us through Divio, which manages 10s of millions of web requests flow through their client’s applications. It’s running on multiple cloud providers and has been up and running since 2015.
Projects
jazzband/django-formtools
Previously part of core Django until 1.8 when it was separated into a standalone package to keep the framework's core clean, django-formtools
adds abstractions for form previews and multi-step forms.
django-ckeditor
CKEditor is a popular WYSIWYG rich text editor that can add additional functionality to your forms and admin.