Django ORM as a standalone library

Hi @msenol86 — I don’t think an extra library is needed here. See the example I gave above:

It’s four lines to be able to you the ORM in a stand alone script. It’s not worth the maintenance cost of extra code on top of that I’d think. :thinking: