migration
This commit is contained in:
parent
fd92d5d852
commit
2642b246a1
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.12 on 2024-10-17 06:42
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('alkatorapi', '0023_cart_address_alter_cartproduct_cart'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='profile',
|
||||
name='forgotten_password_code',
|
||||
field=models.CharField(blank=True, max_length=120, null=True),
|
||||
),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user