Linking Django and MySQL
Introduction
The database is a vital part of a web application. It holds important data that the application needs to perform actions like creating, reading, updating, and deleting information. When building an application, the database can either be...
franklynose.hashnode.dev6 min read