Customer APP initial data

I want to pre load my custom app with some basic initial data , some records to be initially loaded with the system when it is installed.

how I can do that?

Hi you can use fixtures in hooks.py

fixtures = ["Customer"]