There are a million records in our old CMS system. Now we want to migrate the old data to Wagtail. How to import these data? I know I have to create a model to store the data, but how to import the records to the model tables in Wagtail? Should I insert these records into the MySql database immediately? Or use some APIs or functions of wagtail?
Thanks very much.