18 lines
356 B
Python
18 lines
356 B
Python
|
# Generated by Django 4.0.5 on 2022-07-31 19:33
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('homepage', '0008_eventdatevotes'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterUniqueTogether(
|
||
|
name='eventdatevotes',
|
||
|
unique_together={('name', 'date')},
|
||
|
),
|
||
|
]
|