ActivityPub serialize book
This commit is contained in:
parent
0557a5cc69
commit
5c475e448a
5 changed files with 68 additions and 4 deletions
|
@ -5,6 +5,7 @@ from fedireads.settings import DOMAIN
|
|||
|
||||
# TODO maybe this should be in /models?
|
||||
class FedireadsModel(models.Model):
|
||||
''' fields and functions for every model '''
|
||||
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