|
|
|
|
|
by ahmedfromtunis
491 days ago
|
|
Every one of the three points you made in your comment has been disapproved by Django. It's a framework that does (or at least tries) to do everything (or as much as possible), and it's good. Really, really good. I'm in the process of upgrading an app of mine after months of abandonment, and the process is so smooth it's boring. Also, Django's ORM is the closest thing to a perfect tool. Sure, it has some dark corners here and there, but Django's ORM has considerably improved my quality of life as a programmer. Heck, I even moved from SQLite to PostgreSQL in an old project, and all I needed to do is to change a couple of config code. Oh, and Django is both stable and enjoys a constant pace of updates adding useful features practically at every major version. |
|