django-summernote 0.8.20.0
0
Summernote plugin for Django
Contents
Summernote plugin for Django
Stars: 1038, Watchers: 1038, Forks: 227, Open Issues: 72The lqez/django-summernote
repo was created 11 years ago and the last code push was 4 months ago.
The project is very popular with an impressive 1038 github stars!
How to Install django-summernote
You can install django-summernote using pip
pip install django-summernote
or add it to a project with poetry
poetry add django-summernote
Package Details
- Author
- django-summernote contributors
- License
- Homepage
- http://github.com/summernote/django-summernote
- PyPi:
- https://pypi.org/project/django-summernote/
- GitHub Repo:
- https://github.com/summernote/django-summernote
Classifiers
- Internet/WWW/HTTP
- Software Development/Libraries/Python Modules
- Utilities
Related Packages
Errors
A list of common django-summernote errors.
Code Examples
Here are some django-summernote
code examples and snippets.
GitHub Issues
The django-summernote package has 72 open issues on GitHub
- How can i disable attachments?
- Fixes #464 - Do not include 'upload_attachment' in widget settings if deactivated
- pasting only raw text to the widget - solution?