posts are done
This commit is contained in:
18
backend/account/migrations/0003_customuser_banner.py
Normal file
18
backend/account/migrations/0003_customuser_banner.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.7 on 2026-05-18 20:10
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('account', '0002_customuser_avatar'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='customuser',
|
||||
name='banner',
|
||||
field=models.ImageField(blank=True, null=True, upload_to='banners/'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user