Initial commit: Django gallery project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17
gallery/migrations/0002_remove_grid_size.py
Normal file
17
gallery/migrations/0002_remove_grid_size.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2 on 2026-02-05 04:45
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('gallery', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='artwork',
|
||||
name='grid_size',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user