DjangoUeditor
DjangoUeditor copied to clipboard
DjangoUeditor
手动上传图片在模型里设置了自定义的目录位置,远程图片自动保存后,默认在 /media目录了,请问下自定义远程图片下载目录在哪配置?
有一个分支下的https://github.com/wsqy/DjangoUeditor 再点击图片在线管理问题后,出现如下错误: > Internal Server Error: /ueditor/controller/ > Traceback (most recent call last): > File "/usr/local/lib/python3.5/dist-packages/django/core/handlers/exception.py", line 39, in inner > response = get_response(request) > File "/usr/local/lib/python3.5/dist-packages/django/core/handlers/base.py", line 187, in...
Request Method: | GET -- | -- http://127.0.0.1:8000/admin/blog/article/1/change/ 2.1.4 TypeError render() got an unexpected keyword argument 'renderer' F:\mysite\UEditor\venv\lib\site-packages\django\forms\boundfield.py in as_widget, line 93 F:\mysite\UEditor\venv\Scripts\python.exe 3.7.1 解决方法,不知道是否正确。我注释了 boundfield.py 第93行,就能运行了。大牛看一下。
python3 中setting配置DEBUG=False,使用插件在线贴图进去,无法显示图片,开启debug才可以 请问这个怎么处理?
https://github.com/dhcn/dueditor
url(r'^ueditor/',include('DjangoUeditor.urls' )),
我这里发现,在chrome浏览器下编辑框无法直接输入中文,可以输入英文,可以粘贴中文。 在IE下没问题。 博主看下是不是Bug
https://github.com/wsqy/DjangoUeditor 项目支持django2啦 已经测试支持的django版本为 1.10 1.11 2.0 已经测试支持的python版本为 2.7 3.5
大家好,小弟在表单中使用`DjangoUeditor`时报错:`UEditorField' object has no attribute 'is_hidden'` 不知道各位有没有遇到过类似的issue? 如果能给些提示,将感激不尽! 以下是详情log: ``` /form.py class CommentForm(ModelForm): class Meta: model = Comment fields = ['article', 'userOfComment', 'content'] widgets = { 'content': UEditorField(verbose_name='abc', width=600, height=300,...
DjangoUeditor3 插件不支持上传附件到网络存储 DEFAULT_FILE_STORAGE MEDIA_ROOT MEDIA_URL 这三项修改的情况下上传也只是本地