mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-11-03 18:43:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			373 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			373 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Generated by Django 4.2.16 on 2024-10-06 14:52
 | 
						|
 | 
						|
from django.db import migrations
 | 
						|
 | 
						|
import core.models
 | 
						|
 | 
						|
 | 
						|
class Migration(migrations.Migration):
 | 
						|
    dependencies = [("core", "0038_alter_preferences_receive_weekmail")]
 | 
						|
 | 
						|
    operations = [
 | 
						|
        migrations.AlterModelManagers(
 | 
						|
            name="user", managers=[("objects", core.models.CustomUserManager())]
 | 
						|
        )
 | 
						|
    ]
 |