Victor Miti
import this – a blog about python & more

import this – a blog about python & more

Follow
homebadgesnewsletter
Tag

Django

#django

More content

Read more stories on Hashnode


Articles with this tag

Programmatically creating Documents in Wagtail

Dec 31, 20211 min read 1.3K views

It's very easy to manage PDFs, spreadsheets, Microsoft Word documents and so on through Wagtail's admin interface. What if you generated such...

Programmatically creating Documents in Wagtail

Branching workflows in Wagtail

Oct 11, 20219 min read 810 views

based on value of specified Page field · I wrote this post in order to demonstrate and document a working solution to this Stack Overflow question which...

Branching workflows in Wagtail

Django/Celery – From Development to Production

Mar 2, 202116 min read 3.9K views

daemonization using systemd · When building web applications with Python, you will most likely find yourself using Celery to handle tasks outside the...

Django/Celery – From Development to Production