#python
Read more stories on Hashnode
Articles with this tag
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...
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...
We're adding Translations tab to the wagtail admin edit pages. Something like this:- And if there's no translation yet, add link for creating new...
Since there were a number of errors found when searching for this but I can't find one that mentioned this solution, I would put the notes here,...