django-shortcodes This package provides WordPress shortcode support for Django templates. It is based on django-shortcodes Installation Use pip install django-shortcodes or clone the Git repository. Usage {% load shortcodes_filters %} {{ text|shortcodes|safe }}