Files
thrillwiki_django_no_react/media/migrations/0004_update_photo_paths.py
2024-11-01 01:27:11 +00:00

11 lines
266 B
Python

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
]