mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-14 14:21:30 -08:00
19 lines
394 B
Python
19 lines
394 B
Python
# Generated by Django 3.1.6 on 2021-02-22 06:56
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('audio', '0002_auto_20210221_2256'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='feed',
|
|
name='slug',
|
|
field=models.SlugField(max_length=255, unique=True),
|
|
),
|
|
]
|