|
|
|
|
|
by znt
1313 days ago
|
|
Totally agree. If you use django you get the following out of the box: * Database management (migrations / schemas)
* CRUD UI -> Django admin
* Plug'n play API -> Django rest framework If your DB schema is not super complicated (think views etc) and you are not relying on DB procedures, then such framework would save you so much time. |
|