But, when I use Django, for example, and I need to enter data directly into the database, I get into issues because if it doesn't pass through the Python code, I can mess up the data.
We could use custom admin commands, but sometimes, it's easier to do it directly into the db.