mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-10-31 18:18:45 -07:00
19 lines
397 B
Python
19 lines
397 B
Python
|
# Generated by Django 3.1.7 on 2021-03-16 17:54
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('audio', '0012_auto_20210316_1053'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='feed',
|
||
|
name='image_license_jurisdiction',
|
||
|
field=models.TextField(default=''),
|
||
|
),
|
||
|
]
|