1
0
Fork 0

Federated following

This commit is contained in:
Mouse Reeve 2020-01-26 19:50:22 -08:00
parent 19f6ebb9a7
commit b9d933e3b1
8 changed files with 99 additions and 69 deletions

View file

@ -1,4 +1,4 @@
# Generated by Django 2.0.13 on 2020-01-27 02:41
# Generated by Django 2.0.13 on 2020-01-27 03:37
from django.conf import settings
import django.contrib.auth.models
@ -32,11 +32,11 @@ class Migration(migrations.Migration):
('is_staff', models.BooleanField(default=False, help_text='Designates whether the user can log into this admin site.', verbose_name='staff status')),
('is_active', models.BooleanField(default=True, help_text='Designates whether this user should be treated as active. Unselect this instead of deleting accounts.', verbose_name='active')),
('date_joined', models.DateTimeField(default=django.utils.timezone.now, verbose_name='date joined')),
('activitypub_id', models.CharField(max_length=255)),
('full_username', models.CharField(blank=True, max_length=255, null=True, unique=True)),
('private_key', models.TextField(blank=True, null=True)),
('public_key', models.TextField(blank=True, null=True)),
('api_key', models.CharField(blank=True, max_length=255, null=True)),
('actor', django.contrib.postgres.fields.jsonb.JSONField(blank=True, null=True)),
('actor', models.CharField(max_length=255)),
('local', models.BooleanField(default=True)),
('created_date', models.DateTimeField(auto_now_add=True)),
('updated_date', models.DateTimeField(auto_now=True)),