Skip to content

Commit 79527c2

Browse files
committed
done
1 parent 271ebd8 commit 79527c2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by Django 5.1.6 on 2025-03-02 14:32
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
dependencies = [
8+
("website", "0212_organization_categories_and_more"),
9+
]
10+
11+
operations = [
12+
migrations.AlterField(
13+
model_name="organization",
14+
name="twitter",
15+
field=models.CharField(blank=True, max_length=255, null=True),
16+
),
17+
]

0 commit comments

Comments
 (0)