Airtable import and export support for Wagtail pages and Django mode. Utilities for programmatically building page trees in Wagtail. Import/Export tool for Wagtail CMS (built on top of Django), that supports pages, images, documents, and snippets. A python module to download data from Drupal CMS sites. Useful for migration and data processing purposes. MERNG or React + Django + Airtable. I want to create a Bidding site, I have my react front setup with Airtable and it works out pretty well. I didn't have to create a Admin because Airtable has its own service/app that i can add right to the dB. Then it shows up.
Airtable integration for Django-based projects
This project's target is to make the Airtable import easier in Django-based applications.
Installation
Add aa_airtable
to your app's INSTALLED_APPS
, and also set AIRTABLE_SETTINGS
in project settings.After all please migrate the app (./manage.py migrate aa_airtable
).
Settings
- API_KEY - Airtable API key.
- DATABASES - Database settings eg.
('Media', 'tests.parsers.MediaParser')
whereMedia
is table name andtests.parsers.MediaParser
is path to table parser - ENDPOINT_URL - Airtable API endpoint url.
- DATA_DIRECTORY - Folder with json data backups.
- FILES_DIRECTORY - Folder with uploaded files to airtable.
- SAVE_FILES - Should library save uploaded files (default: True)
Example Parser
Support
Django Air Tables
Django Air Table Lamp
Airtable import and export support for Wagtail pages and Django mode. Utilities for programmatically building page trees in Wagtail. Import/Export tool for Wagtail CMS (built on top of Django), that supports pages, images, documents, and snippets. A python module to download data from Drupal CMS sites. Useful for migration and data processing purposes. MERNG or React + Django + Airtable. I want to create a Bidding site, I have my react front setup with Airtable and it works out pretty well. I didn't have to create a Admin because Airtable has its own service/app that i can add right to the dB. Then it shows up.
Airtable integration for Django-based projects
This project's target is to make the Airtable import easier in Django-based applications.
Installation
Add aa_airtable
to your app's INSTALLED_APPS
, and also set AIRTABLE_SETTINGS
in project settings.After all please migrate the app (./manage.py migrate aa_airtable
).
Settings
- API_KEY - Airtable API key.
- DATABASES - Database settings eg.
('Media', 'tests.parsers.MediaParser')
whereMedia
is table name andtests.parsers.MediaParser
is path to table parser - ENDPOINT_URL - Airtable API endpoint url.
- DATA_DIRECTORY - Folder with json data backups.
- FILES_DIRECTORY - Folder with uploaded files to airtable.
- SAVE_FILES - Should library save uploaded files (default: True)
Example Parser
Support
Django Air Tables
Django Air Table Lamp
Django Air Tablet
- Django 1.11
- Python 3.4-3.6