KhDenys

Results 5 comments of KhDenys

> You can write custom sql in migration file after migrate @long2ice Ok, but can I write sql queries to insert or delete rows in the migration file? And what...

created table A --> created table B --> created a new migration to insert rows into table B --> added to A a ForeignKeyField('models.A'). And after that **null=True** stopped working...

@kgriffs Will you add django 3.x with wsgi and asgi modes to the benchmarks?

> Hi, I think you can try to model this with job and vehicle skills, see documentation and example file: > > https://reinterpretcat.github.io/vrp/concepts/pragmatic/problem/jobs.html > > https://github.com/reinterpretcat/vrp/blob/master/examples/data/pragmatic/basics/skills.basic.problem.json Ok, but it isn’t...

@reinterpretcat please correct me if I’m wrong. Currently, vrp does not support such problem type, and I have to do some extra manipulation with data to satisfy the constraint, correct?...