Blogs
Week 0: Taking One Small …
Hey there! 👋 I’m Abe, and I just joined Djangonaut Space - a program designed to help developers like me contribute to Django. This is my first post documenting this journey, and honestly, I’m both excited and a bit nervous about what’s ahead. Meeting the Crew We kicked off with an …
How I Start Django …
I’ve been writing Django applications for about 2-3 years now, and I’ve started roughly 5 projects during that time. Every time I kick off a new project, I find myself going through the same setup steps that have worked well for me. I figured I’d share my process - it’s not …
Use Pre Commit To Include …
The Problem Lately, I’ve been exploring the idea of including a project’s OpenAPI schema under git version control. This is particularly useful with tools like Postman, where you can have a collection point to a remote schema on GitHub, and it will automatically update the collection …