Updates migrations
To get the app working again I ran resetdb, let it crash in initdb, then ran the migration, then re-ran initdb
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
from django.test import TestCase
|
||||
|
||||
from fedireads import books_manager, models
|
||||
from fedireads.connectors.fedireads_connector import Connector
|
||||
from fedireads.settings import DOMAIN
|
||||
from bookwyrm import books_manager, models
|
||||
from bookwyrm.connectors.bookwyrm_connector import Connector
|
||||
from bookwyrm.settings import DOMAIN
|
||||
|
||||
|
||||
class Book(TestCase):
|
||||
|
Reference in New Issue
Block a user