#django
Read more stories on Hashnode
Articles with this tag
This setup is for Django app but can also applies to other platform as well. The general setup before we get into details:- Run django with...
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...
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,...