9 followers
Random notes around Linux, Python, Django and Vuejs
Some upfront notes - I did this a month ago. At that time, I haven't look into Cloudflare ZeroTrust and tunnel yet. So if I'm doing this now, I...
I first discovered Unit back in 2019, when it was first released. Submitted a couple of issues on their Github. I was quite interested but it's not...
My original idea with siteplan was to allow a quick way to start and run a new django project (or app). The official way is to always start a minimal...
The title didn't catch my interest the first time I looked at it. I'm not working on any JavaScript project at the moment after all. But the second...
Today I was fixing one of our Pyramid app's test. Due to some changes in business logic, I need to change some settings for this particular test to...
Let's say you want to add RSS feed to your blog built using Django. Django has syndication feed framework so that's probably the one that you'll...