ModuleNotFoundError: No module named ‘widget_tweaks‘

get_tweaks的时候又报错了
get_tweaks是属于django的,全称是:django-widget-tweaksTerminal输入下列代码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