mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 13:49:40 +00:00
22 lines
609 B
Python
22 lines
609 B
Python
# Generated by Django 4.2.2 on 2023-07-14 09:34
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('account', '0006_alter_useremailotp_options_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='defaulttaskimages',
|
|
options={'verbose_name': 'Default Task images', 'verbose_name_plural': 'Default Task images'},
|
|
),
|
|
migrations.AlterModelOptions(
|
|
name='userdelete',
|
|
options={'verbose_name': 'Deleted User', 'verbose_name_plural': 'Deleted User'},
|
|
),
|
|
]
|