Jan. 25, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we continued on the Stripe integration. I worked on a new payments gateway interface to access the Stripe APIs needed for creating a check out session. We hit some bumps along the way because of djstripe’s new preference for putting the Stripe keys into the database exclusively.
Read MoreJan. 24, 2024 » Thomas Loiret - Random thoughts » [Archived Version]
Non exhaustive list of web frameworks written in Python
Read MoreJan. 24, 2024 » Adam Johnson » [Archived Version]
This post is an adapted extract from my book Boost Your Django DX, as updated last week. pre-commit’s “fail” virtual language fails all files that it matches. Combine it with pre-commit’s file name and type matching to block unwanted files in your repository. Let’s try it out …
Read MoreJan. 24, 2024 » Josh Karamuth » [Archived Version]
Learn how to debug user errors more easily by tagging each request.
Read MoreJan. 23, 2024 » Josh Karamuth » [Archived Version]
Learn how to use built-in tools in NodeJS to store user passwords securely.
Read MoreJan. 22, 2024 » Better Simple » [Archived Version]
An explanation of how to replace 300 redirects with a POST requests.
Read MoreJan. 19, 2024 » The Django weblog » [Archived Version]
After five years as part of the Django Fellowship program, Mariusz Felisiak has let us know that he will be stepping down as a Django Fellow in March 2024 to explore other things. Mariusz has made an extraordinary impact as a Django Fellow and has been a critical part of the Django community. The Django Software Foundation and the wider Django community are grateful for his service and assistance. The Fellowship program was started in 2014 as a way to dedicate high-quality and consistent resour…
Read MoreJan. 19, 2024 » Django News » [Archived Version]
News Mariusz Felisiak: "I've decided to retire from being a Django Fellow at the end of March 2024…" Django Fellow Mariusz Felisiak announced he is stepping down after five years. Thank you for all the hard work, Mariusz!!! mastodon.social DjangoCon Europe 2024 - Call for Proposals The CFP is open until March 1st to submit your talk proposals. evolutio.pt PSF: EU’s Cyber Resilience Act Passes with Wins for Open Sou…
Read MoreJan. 18, 2024 » Paolo Melchiorre » [Archived Version]
My ideas for the informal Django roadmap session for 2024, proposed by the new DSF board member, Thibaud Colas.
Read MoreJan. 18, 2024 » Django on Matt Layman » [Archived Version]
In this episode, I started with a plan to work on Stripe checkout, but realized that I needed to come up with a better plan and also improve the base template of the app. We ended up doing more design work than working with Stripe, but we ended the stream with a solid plan of what to do next.
Read More