(no title)
znt | 3 years ago
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.
No comments yet.