Sept. 27, 2024 » james.walters.click » [Archived Version]
Hello, hello! Just a few things this week: Gaming Again 🎮️ I've spent some time playing a few videogames lately, a pastime I've had very little time for in this phase of life. Accordingly, I'm not going to call myself a "gamer" in any sense recognizable in the modern world. But …
Read MoreSept. 27, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we worked on the cloud migration’s data strategy. I focused on how to convert a Postgres database into a SQLite database and planned out the process that I will follow to do the actual migration.
Read MoreSept. 27, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we worked on the cloud migration’s data strategy. I focused on how to convert a Postgres database into a SQLite database and planned out the process that I will follow to do the actual migration.
Read MoreSept. 26, 2024 » Simon Willison's Weblog: django » [Archived Version]
django-plugin-datasette I did some more work on my DJP plugin mechanism for Django at the DjangoCon US sprints today. I added a new plugin hook, asgi_wrapper(), released in DJP 0.3 and inspired by the similar hook in Datasette. The hook only works for Django apps that are served using ASGI. It allows plugins to add their own wrapping ASGI middleware around the Django app itself, which means they can do things like attach entirely separate ASGI-compatible applications outside of the regular Djan…
Read MoreSept. 26, 2024 » The PyCharm Blog » [Archived Version]
Ready to get started on your Django project? Whether you want to build a personal project, improve your portfolio, or just experiment with a new technology, Django provides the perfect foundation. We’ve compiled a list of Django project ideas that will help you expand your competence, whether you’re new to the framework or looking to […]
Read MoreSept. 26, 2024 » Better Simple » [Archived Version]
A revisit on Community and Reliability within Django
Read MoreSept. 25, 2024 » Adam Johnson » [Archived Version]
Happy DjangoCon US 2024 to you. Whilst I am not there, I have adopted the spirit of the season and got to work hacking together a new tool. Djade is a formatter for Django templates. It applies rules based on the template style guide in Django’s contribution documentation, plus …
Read MoreSept. 25, 2024 » The Django weblog » [Archived Version]
Nominations are open for the 2025 Django Software Foundation Board of Directors. In 2023 we introduced a staggered term for directors. Of our 7 directors, there are 4 positions currently open, with each position serving for two years. Decisions around the 2025 officer roles will be made during the meeting of the new board. You don’t need to specify which position you are nominating for. As you know, the Board guides the direction of the marketing, governance and outreach activities of the Djang…
Read MoreSept. 25, 2024 » Simon Willison's Weblog: django » [Archived Version]
DJP is a new plugin mechanism for Django, built on top of Pluggy. I announced the first version of DJP during my talk yesterday at DjangoCon US 2024, How to design and implement extensible software with plugins. I'll post a full write-up of that talk once the video becomes available - this post describes DJP and how to use what I've built so far. Why plugins? Setting up DJP django-plugin-django-header django-plugin-blog django-plugin-database-url Writing a plugin W…
Read MoreSept. 25, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]
Weeknotes (2024 week 39) CSS for Django forms Not much going on in OSS land. I have been somewhat active in the official Django forum, discussing ways to add Python-level hooks to allow adding CSS classes around form fields and their labels. The discussion on the forum and on the pull request goes in the direction of allowing using custom BoundField classes per form or even per project (instead of only per field as is already possible today). This would allow overriding css_classes, e.g. to add…
Read More