17 lines
316 B
Python
17 lines
316 B
Python
# Generated by Django 5.0.6 on 2024-05-14 22:54
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('events', '0024_featuredeventsorderable'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='FeaturedEventsOrderable',
|
|
),
|
|
]
|