/core/management/__init__.py", line 381, in execute_from_command_line File "/Users/myname/Documents/Project/env/lib/python3.7/site-packages/django/core/management/_
我正在尝试使用在Django管理中显示缩略图。我的models.py已经按照文档使用了sorl.thumbnail.ImageField:
Note You do not need to use the sorl.thumbnail.ImageFieldThe standard django.db.models.ImageField is fine except that using the sorl.thumbnail.ImageField lets但是,我不知道如何配置adm