Evgeniy

Results 2 issues of Evgeniy

Django 3+ not support staticfiles pls support this feature.

I have next entity: ``` class SchemaEntity(db.Entity): id = orm.PrimaryKey(uuid.UUID, default=uuid.uuid4()) source_name = orm.Required(str) target_name = orm.Required(str) ``` I try do next query: ``` entity = SchemaEntity[uuid.UUID('0e325a58-3445-4354-841b-56f586c69b1c')] ``` result =>...