15 lines
304 B
Python
15 lines
304 B
Python
# Generated by Django 5.1.5 on 2025-05-23 11:23
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('daren_detail', '0004_creatorprofile_avatar'),
|
|
('daren_detail', '0004_creatorprofile_profile'),
|
|
]
|
|
|
|
operations = [
|
|
]
|