django-ueditor-plugin:django baidu ueditor 后台插件

时间:2021-06-07 10:46:09
【文件属性】:
文件名称:django-ueditor-plugin:django baidu ueditor 后台插件
文件大小:10KB
文件格式:ZIP
更新时间:2021-06-07 10:46:09
Python #django-ueditor-plugin 什么? 该插件是一个 django 后端软件,只需将其添加到您的 django 项目中,然后您就可以使用 ueditor 全功能,官方后端仅用于演示使用,所以我创建了这个软件以用于我自己的生产用途。 如何? pip install 或在您的 requirements.txt 中添加该软件,然后将插件添加到您的 settings.py INSTALLED_APPS = ( ... 'ueditor', ... ) 和 urls.py urlpatterns += url(r'^ueditor/', include('ueditor.urls')), 那么你应该迁移数据库 for south : python manage.py migrate ueditor for django 1.7+ : python manage.
【文件预览】:
django-ueditor-plugin-develop
----LICENSE(1KB)
----ueditor()
--------models.py(966B)
--------utils.py(3KB)
--------__init__.py(0B)
--------migrations()
--------views.py(6KB)
--------admin.py(170B)
--------config.py(4KB)
--------tests.py(60B)
--------urls.py(289B)
----setup.py(1KB)
----.gitignore(105B)
----README.md(978B)

网友评论