Send a different review to mastodon than to fedireads
This commit is contained in:
parent
0447fef279
commit
14d300162d
9 changed files with 44 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 3.0.3 on 2020-02-17 03:09
|
||||
# Generated by Django 3.0.3 on 2020-02-19 01:18
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.utils.timezone
|
||||
|
@ -72,4 +72,9 @@ class Migration(migrations.Migration):
|
|||
name='content',
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='user',
|
||||
name='fedireads_user',
|
||||
field=models.BooleanField(default=True),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue