You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Generated by Django 6.0.dev20250403184043 on 2025-04-11 07:55
2
+
3
+
importdjango.db.models.deletion
4
+
fromdjango.dbimportmigrations, models
5
+
6
+
7
+
classMigration(migrations.Migration):
8
+
9
+
dependencies= [
10
+
('blog', '0004_imageupload'),
11
+
]
12
+
13
+
operations= [
14
+
migrations.AddField(
15
+
model_name='entry',
16
+
name='social_media_card',
17
+
field=models.ForeignKey(blank=True, help_text='For maximum compatibility, the image should be < 5 Mb and at least 1200x630 px.', null=True, on_delete=django.db.models.deletion.PROTECT, to='blog.imageupload'),
0 commit comments