Renames bookwyrm base model

This commit is contained in:
Mouse Reeve
2020-09-21 08:16:34 -07:00
parent c7883cd615
commit 3aa9c3accf
8 changed files with 20 additions and 20 deletions

View File

@ -1,9 +1,9 @@
''' connections to external ActivityPub servers '''
from django.db import models
from .base_model import FedireadsModel
from .base_model import BookWyrmModel
class FederatedServer(FedireadsModel):
class FederatedServer(BookWyrmModel):
''' store which server's we federate with '''
server_name = models.CharField(max_length=255, unique=True)
# federated, blocked, whatever else