All checks were successful
		
		
	
	Build And Test / build-and-push (push) Successful in 1m57s
				
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			392 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			392 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# 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),
 | 
						|
        ),
 | 
						|
    ]
 |