initial
This commit is contained in:
17
home/migrations/0007_alter_clientsection_options.py
Normal file
17
home/migrations/0007_alter_clientsection_options.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.4 on 2023-08-31 12:36
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('home', '0006_clientsection_alter_projectcategory_name'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='clientsection',
|
||||
options={'verbose_name_plural': '6.Client Section'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user