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
- Host: GitHub
- URL: https://github.com/selectnull/djangocms-headings
- Owner: selectnull
- License: mit
- Created: 2021-01-14T17:59:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T18:40:12.000Z (about 5 years ago)
- Last Synced: 2025-06-28T10:58:40.795Z (7 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.