News
This newsletter has passed 2,500 subscribers!
A quick thank you to our readers as this newsletter just crossed 2,500 weekly subscribers. Our engagement is unusually high for a newsletter and we enjoy sharing news/articles/projects with the Django community each week. 🙏🏼
Articles
Understand Django #18: Security
A detailed look at web security in general and how to implement best practices in Django.
Scaling Django with Postgres Read Replicas
While this is not a new post, if you ever wondered how to scale Django with Postgres Read Replicas, this is worth reading.
Python Development Environment on macOS Monterey and Big Sur
An opinionated tutorial on configuring a stock Mac system into a solid Python development environment.
Pretty and XSS-safe JSON rendering in the Django admin
A concise way to pretty-format a read-only JSON field in the Django admin.
Events
Wagtail Space US schedule is live!
The full schedule for the event, March 24-26 in Cleveland, Ohio is now live.
Sponsored Link 2
Jobs
Infrastructure Engineer, Python Software Foundation
The Python Software Foundation (PSF) is hiring for a full-time Infrastructure Engineer, reporting to the PSF Director of Infrastructure.
Projects
samuelcolvin/dirty-equals
dirty-equals is a python library that (mis)uses the eq method to make python code (generally unit tests) more declarative and therefore easier to read and write.
microsoft/playwright-python
Playwright is a Python library to automate Chromium, Firefox, and WebKit browsers with a single API. More importantly, it's blazingly fast and has a nice API.
nicois/nango
Streamlining Django forms to provide all the wins of single-page-applications without the pain.