from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('media', '0003_update_photo_field_and_normalize'), ] operations = [ # No schema changes needed, just need to trigger the new upload_to path ]