bookwyrm/bookwyrm/connectors/settings.py
Mouse Reeve c7883cd615 Updates migrations
To get the app working again I ran resetdb, let it crash in initdb,
then ran the migration, then re-ran initdb
2020-09-21 08:10:37 -07:00

4 lines
108 B
Python

''' settings book data connectors '''
CONNECTORS = ['openlibrary', 'self_connector', 'bookwyrm_connector']