20 lines
492 B
Python
20 lines
492 B
Python
# Generated by Django 5.0.6 on 2024-05-13 02:21
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('associations', '0002_associationindex_rename_url_association_websiteurl_and_more'),
|
|
('wagtailcore', '0093_uploadedfile'),
|
|
('wagtailimages', '0026_delete_uploadedimage'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='Association',
|
|
new_name='AssociationPage',
|
|
),
|
|
]
|