Update import paths
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
parent
54c6d22102
commit
cb883f14b8
197 changed files with 584 additions and 584 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import django.contrib.postgres.fields.jsonb
|
||||
from django.db import migrations, models
|
||||
import funkwhale_api.federation.models
|
||||
import funquail_api.federation.models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
|
@ -14,7 +14,7 @@ class Migration(migrations.Migration):
|
|||
model_name="domain",
|
||||
name="nodeinfo",
|
||||
field=django.contrib.postgres.fields.jsonb.JSONField(
|
||||
default=funkwhale_api.federation.models.empty_dict, max_length=50000
|
||||
default=funquail_api.federation.models.empty_dict, max_length=50000
|
||||
),
|
||||
),
|
||||
migrations.AddField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue