mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-26 06:09:41 +00:00
jira-25 setting API
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
# 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'},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user