add event organizer models, changes to associations
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user