uliweb3
uliweb3 copied to clipboard
Get error "TypeError: memoryview: a bytes-like object is required, not 'str'" when use "Field(BLOB)" in model
trafficstars
In https://github.com/limodou/uliweb-doc/blob/master/projects/simple_todo/apps/todo/models.py#L16 ,if remove "blob = Field(BLOB)", the error will disppear.