load local data to django

Create a Django app and define a model to represent the data. Then, define a migration to create the table in the database. Next, create a custom management command to load the local data to the database. Finally, run the custom management command to populate the database with the local data.