Adds admin view

This commit is contained in:
Mouse Reeve
2022-01-10 10:11:00 -08:00
parent 0bfa15bb47
commit 32e3fdb438
8 changed files with 140 additions and 6 deletions

View File

@ -83,6 +83,7 @@ class Migration(migrations.Migration):
blank=True,
null=True,
on_delete=django.db.models.deletion.CASCADE,
related_name="links",
to="bookwyrm.linkdomain",
),
),