Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 426 Bytes

README.markdown

File metadata and controls

15 lines (10 loc) · 426 Bytes

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 }}