AudioCollection to import job and track file creation
This commit is contained in:
parent
4d6e894b62
commit
363acca53d
4 changed files with 114 additions and 2 deletions
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 2.0.3 on 2018-04-05 16:35
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('federation', '0004_followrequest'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='actor',
|
||||
name='followers',
|
||||
field=models.ManyToManyField(related_name='following', through='federation.Follow', to='federation.Actor'),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue