mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
select inactive users
This commit is contained in:
15
core/migrations/0039_alter_user_managers.py
Normal file
15
core/migrations/0039_alter_user_managers.py
Normal file
@ -0,0 +1,15 @@
|
||||
# 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())]
|
||||
)
|
||||
]
|
Reference in New Issue
Block a user