Adds bookwyrm connector to default database config

This commit is contained in:
Mouse Reeve 2020-11-02 11:59:03 -08:00
parent 917c97daba
commit efabe22615

View file

@ -68,6 +68,17 @@ Connector.objects.create(
priority=1,
)
Connector.objects.create(
identifier='bookwyrm.social',
name='BookWyrm dot Social',
connector_file='bookwyrm_connector',
base_url='https://bookwyrm.social' ,
books_url='https://bookwyrm.social/book',
covers_url='https://bookwyrm.social/images/covers',
search_url='https://bookwyrm.social/search?q=',
priority=2,
)
Connector.objects.create(
identifier='openlibrary.org',
name='OpenLibrary',