wagtail-nest / wagtail-airtable

Airtable import and export support for Wagtail pages and Django models.
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

New importer #33

Open RealOrangeOne opened 3 years ago

RealOrangeOne commented 3 years ago

Add a new importer, developed internally at Torchbox for a client project.

The benefits here are:

The bulk of the work is in wagtail_airtable/importer.py

I also took the opportunity to replace the explicit usage of MockAirtable with unittest.mock.patch.

KalobTaulien commented 3 years ago

This looks like a huge improvement! I'll try and find some time soon to review and user test this, and then make a package version bump.

Thank you for this contribution!