initial
This commit is contained in:
16
about/migrations/0007_delete_teamsection.py
Normal file
16
about/migrations/0007_delete_teamsection.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.0.3 on 2024-11-19 03:52
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('about', '0006_alter_aboutpage_description_alter_aboutpage_feature1_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='teamSection',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user