15 lines
301 B
Python
15 lines
301 B
Python
# Generated by Django 6.0.1 on 2026-01-15 11:47
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('accounts', '0003_user_explanation_notification_channel_and_more'),
|
|
('accounts', '0004_username_default'),
|
|
]
|
|
|
|
operations = [
|
|
]
|