ModuleNotFoundError: No module named ‘widget_tweaks‘
get_tweaks
的时候又报错了get_tweaks
是属于django的,全称是:django-widget-tweaks
Terminal
输入下列代码pip install django-widget-tweaks
Interpreter Settings
Python Interpreter
,点击:加号django-widget-tweaks
,点击下面的选项,然后点击:Install Package
解决:ModuleNotFoundError No module named 'widget_tweaks'
原文:https://www.cnblogs.com/xuexianqi/p/13278778.html