Markdown-powered emails in Django
Write in Markdown, style with GitHub Markdown CSS, and inline the CSS with premailer
Apr 1, 20248 min read699

Search for a command to run...
Articles tagged with #django
Write in Markdown, style with GitHub Markdown CSS, and inline the CSS with premailer

There may be times when you need to conditionally hide or show some fields in the Wagtail Page Editor. This post illustrates one approach to achieve this, using JavaScript. 💡 This post has an accompanying GitHub repo at github.com/engineervix/blog-...

It's very easy to manage PDFs, spreadsheets, Microsoft Word documents and so on through Wagtail's admin interface. What if you generated such documents on-the-fly, and wanted them to be available in the Documents section of the Admin interface? I was...

based on value of specified Page field

daemonization using systemd
