Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
This project provide the ability for easy use UEditor in django admin and other pages in django.
Many code is from other project, such as: django-ckeditor and so on.
pip install django-ueditor
ueditor
to your INSTALLED_APPS
setting.urls.py
file:
re_path(r'^ueditor/', include('ueditor.urls')),
The quickest way to add rich text editing capabilities to your models is to use the UEditorField
model field type.
For example:
from django.db import models
from ueditor import UEditorField
class Post(models.Model):
content = UEditorField('内容')
That's all you need to do, enjoy the plugins and feel free to contact me when you has any problem with it.
FAQs
Qitian Inc. Django UEditor plugins. For quick use in Django Admin Panel
We found that django-ueditor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.