|
|
|
|
|
by mg
726 days ago
|
|
A lot could be said about it, but the first thing that comes to mind is that not every application uses a db. And not every application that uses a db needs an ORM. You probably can build an ORM into the single file. But I'm not saying every application should be developed as a single file forever. I just like that you can start with one and expand later. |
|
What makes django useful is the admin, auth, session and so on that are all built around the ORM.