TinyMCE installation gives warning

半城伤御伤魂 提交于 2019-12-13 00:39:06

问题


I did pip install django-tinymce and it gives this warning

  Downloading django-tinymce-1.5.1.tar.gz (2.4MB): 2.4MB downloaded
  Running setup.py egg_info for package django-tinymce

    warning: no previously-included files found matching '*.pyc'
Installing collected packages: django-tinymce
  Running setup.py install for django-tinymce

    warning: no previously-included files found matching '*.pyc'
Successfully installed django-tinymce
Cleaning up...
  1. What does this error means

I have have also installed Grappelli and its documentation says TinyMCE comes with it by default.

  1. So, was pip install django-tinymce unnecessary on my part

  2. The Grappelli documentation doesn't give proper explanation to use it. Can someone gives proper steps to configure tinyMCE

Also when I did python manage.py schemamigration --auto added_tinymce I got this error

TypeError: __init__() got an unexpected keyword argument 'widget'  

so can someone please guide me through it

来源:https://stackoverflow.com/questions/18000006/tinymce-installation-gives-warning

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!