mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-16 02:16:16 +00:00
22 lines
591 B
Python
22 lines
591 B
Python
# Generated by Django 4.2.2 on 2023-07-11 11:26
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('account', '0005_usernotification'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='useremailotp',
|
|
options={'verbose_name': 'User Email OTP', 'verbose_name_plural': 'User Email OTP'},
|
|
),
|
|
migrations.AlterModelOptions(
|
|
name='usernotification',
|
|
options={'verbose_name': 'User Notification', 'verbose_name_plural': 'User Notification'},
|
|
),
|
|
]
|