Renames bookwyrm base model
This commit is contained in:
parent
c7883cd615
commit
3aa9c3accf
8 changed files with 20 additions and 20 deletions
|
@ -14,7 +14,7 @@ from django.dispatch import receiver
|
|||
from bookwyrm import activitypub
|
||||
from bookwyrm.settings import DOMAIN
|
||||
|
||||
class FedireadsModel(models.Model):
|
||||
class BookWyrmModel(models.Model):
|
||||
''' shared fields '''
|
||||
created_date = models.DateTimeField(auto_now_add=True)
|
||||
updated_date = models.DateTimeField(auto_now=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue