database

Quick start with Django ORM

As a web developer, using databases may be a pain, you must ensure that all your queries are pretty well ...

How to create Django Data Migrations

Sometimes, you have a well defined structure in your database, but you have to refactor it . This refactor implies ...