18 lines
425 B
Python
18 lines
425 B
Python
# Generated by Django 3.2.19 on 2024-03-15 03:43
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('usethesource', '0007_candidate_show_download_disclaimer'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='comment',
|
|
name='attribute_to',
|
|
field=models.CharField(blank=True, max_length=50),
|
|
),
|
|
]
|