4
class TrafficSign(Document):
name = StringField()
image = ImageField()
type = StringField()
desc = StringField()
source = StringField()
:
mongoengine.fields.ImproperlyConfigured: PIL library was not found
내 클래스 구조는 다음과 같이이다
뭐가 문제입니까?