initial
This commit is contained in:
18
about/migrations/0003_alter_aboutpage_years_of_experience.py
Normal file
18
about/migrations/0003_alter_aboutpage_years_of_experience.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.4 on 2023-09-16 14:26
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('about', '0002_aboutpage'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='aboutpage',
|
||||
name='years_of_experience',
|
||||
field=models.CharField(max_length=200),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user