# Generated by Django 5.2 on 2025-06-29 06:07

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('home', '0005_homepage_featured_projects_count'),
    ]

    operations = [
        migrations.AlterField(
            model_name='homepage',
            name='tagline',
            field=models.TextField(default='Welcome to my hub for tech projects, practical tutorials, and personal development.', help_text='A brief description of what you do'),
        ),
    ]
