文件名称:django-hyper-editor:Hyper Editor的Django集成
文件大小:310KB
文件格式:ZIP
更新时间:2024-02-26 21:05:09
python django wagtail content-editor wysiwyg-editor
Django超级编辑器 Django与集成。 安装 通过点子安装 pip install hypereditor 添加到settings.py INSTALLED_APPS = [ ... ' hypereditor ' ] 添加到urls.py urlpatterns = [ ... path ( 'hypereditor/' , include ( 'hypereditor.urls' )), ] 文献资料 请检查文档站点 去做 超级编辑器输出解析器 块系统 不使用js创建简单块 Django模型整合HyperField Django管理员整
【文件预览】:
django-hyper-editor-master
----MANIFEST.in(52B)
----hypereditor()
--------models.py(57B)
--------apps.py(260B)
--------utils.py(2KB)
--------templates()
--------tests()
--------static()
--------hyper_blocks.py(2KB)
--------__init__.py(57B)
--------migrations()
--------settings.py(782B)
--------fields.py(4KB)
--------views.py(2KB)
--------admin.py(63B)
--------templatetags()
--------urls.py(400B)
--------blocks()
----sandbox()
--------example()
--------wsgi.py(391B)
--------__init__.py(0B)
--------settings.py(3KB)
--------urls.py(1KB)
----docs()
--------blocks.md(3KB)
--------wagtail.md(279B)
--------usage.md(1KB)
--------index.md(1KB)
----Pipfile(164B)
----mkdocs.yml(405B)
----LICENSE(1KB)
----Pipfile.lock(8KB)
----setup.py(1KB)
----manage.py(627B)
----.gitignore(1KB)
----readthedocs.yml(57B)
----README.md(1KB)