done last commit before merging - fixed media URLSs S3
This commit is contained in:
16
backend/account/migrations/0004_customuser_pending_email.py
Normal file
16
backend/account/migrations/0004_customuser_pending_email.py
Normal file
@@ -0,0 +1,16 @@
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('account', '0003_customuser_banner'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='customuser',
|
||||
name='pending_email',
|
||||
field=models.EmailField(blank=True, null=True, max_length=254),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user