cleanup, better admin

This commit is contained in:
j 2021-10-11 13:55:45 +01:00
commit b8f1c52613
15 changed files with 124 additions and 24 deletions

View file

@ -0,0 +1,18 @@
# Generated by Django 3.2.7 on 2021-10-11 12:47
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('video', '0002_auto_20210930_1527'),
]
operations = [
migrations.AddField(
model_name='film',
name='position',
field=models.IntegerField(default=0),
),
]