An open API service indexing awesome lists of open source software.

https://github.com/selectnull/djangocms-headings

djangocms headings plugin
https://github.com/selectnull/djangocms-headings

Last synced: 7 months ago
JSON representation

djangocms headings plugin

Awesome Lists containing this project

README

          

# djangocms-headings

A Django CMS plugin that allows user to enter HTML headings (h1 to h6)
as content.

# Install

pip install djangocms-headings

Add `djangocms_headings` to `INSTALLED_APPS`.

INSTALLED_APPS = [
...
'djangocms_headings'
]

# Licence

MIT.