Commit f41a9e6f authored by Anthony Jacob's avatar Anthony Jacob
Browse files

fix typo uppercase P in lowercase p

parent 4577e71b
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
# Generated by Django 4.1.3 on 2022-11-15 09:01

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ("blog", "0001_initial"),
    ]

    operations = [
        migrations.RenameField(
            model_name="blog",
            old_name="Photo",
            new_name="photo",
        ),
    ]