4 followers
Random notes around Linux, Python, Django and Vuejs
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,...
I was implementing a tag page, a page for listing blog entries for a particular tag using RoutablePageMixin. class BlogIndexPage(RoutablePageMixin,...
Using ssh key for authentication has become standard practice in many organizations. It is considered much secure than using a password. While that is...
Let's try to understand django translation mechanism. Firstly, django uses a widely used mechanism in most open-source software, which is gettext, so...
Ubuntu 20.04 latest ami seems to start using EC2 instance connect by default. And if you want to muck around with it, you can start from...