add wordpress migration
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.7 on 2024-08-08 03:25
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('associations', '0023_associationpage_wp_block_json_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='associationpage',
|
||||
name='website_url',
|
||||
field=models.URLField(blank=True),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user