The from tinymce import widgets as tinymce_widgets
The File "C: \ Users \ taoqi \. Conda \ envs \ python3.7.4 \ lib \ site - packages \ tinymce \ widgets py", line 18, in & lt; module>
The from the django. Core. Urlresolvers import reverse
ModuleNotFoundError: No module named 'django. Core. Urlresolvers'
(python3.7.4) C: \ work \ myDjango \ dailyfresh>
Djanjo error of project startup, completely can't find the reason! Revised according to the net import url package, unexpectedly appeared to import the mysql error, mysql I appear again after being forced to specify version model. Py error creating templates, tables are already successful migration, but also generates a mysql table, was to sleep with the compatibility and version...
CodePudding user response:
Django and tinymce version are not compatible, I guess your django version should be now & gt;=2 x, an error message tinymce package in the from django. Core. Urlresolvers import reverse belongs to Django1. The usage of x,Can improve the tinymce version or reduce the Django version is fine,