Click on tags to remove them from the filter.
A few years back I created an interactive article navigator as an exercise in learning React. I thought I’d see what it was like doing it over now I’ve been writing UIs in React for a few years.
Doing favicons in Django
(Via @simonw on Twitter)
Noted by Damian Cugley .Oddly named package for producing a diagram of your Django project's object model
Django SQL Dashboard provides an authenticated interface for executing read-only SQL queries directly against your PostgreSQL database, allowing exploration and visualization of your data with minimal friction. Queries can be bookmarked and turned in to publish dashboards.
(Via Django SQL Dashboard)
Noted by Damian Cugley .Python 3.9 adds IANA time zone support. Its tzinfo implementations behave slightly differently from the pytz package used in Django when it comes to calculations crossing daylight-savings-time boundaries, so there is going to be a gradual process of replacement and deprecation in future versions.
(Via @simonw on Twitter)
Noted by Damian Cugley .Django podcast about speeding up your Django tests, featuring Adam Johnson, who literally wrote the book on the subject.
Having useful tests, and having them run quickly and often, is a cornerstone to reliable web development—something I am appreciating in Django all the more now I am working on not-Django for my day job.
Retrofitting async I/O to Django will be a complex process—but is underway.
(Via Andrew Godwin on Twitter)
Noted by Damian Cugley .