계정 가입 비활성 모드
All checks were successful
Build And Test / build-and-push (push) Successful in 1m57s

This commit is contained in:
2025-05-20 08:16:14 +09:00
parent a1b023cd4e
commit ec6e2ed4da
4 changed files with 45 additions and 9 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 4.2.14 on 2025-05-19 22:24
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('users', '0002_customuser_desc'),
]
operations = [
migrations.AlterField(
model_name='customuser',
name='is_active',
field=models.BooleanField(default=False),
),
]