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

Gracefully handle missing Airtable name #24

Open KalobTaulien opened 3 years ago

KalobTaulien commented 3 years ago

In the settings you specify an AIRTABLE_TABLE_NAME. If that name is wrong, it throws this:

 [Error: {'type': 'TABLE_NOT_FOUND', 'message': 'Could not find table Wagtail Page Demo in application appxxxxxxx'}]

We need to gracefully handle that.