Monday 28 September 2020

ModuleNotFoundError: No module named 'widget_tweaks'

 Try to install with pip3:

pip3 install django-widget-tweaks


No comments:

Post a Comment

Note: only a member of this blog may post a comment.

TypeError: argument of type 'WindowsPath' is not iterable

 Please make to modify settings.py file: DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.sqlite3&...