fix
This commit is contained in:
17
account/migrations/0006_alter_user_options.py
Normal file
17
account/migrations/0006_alter_user_options.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.6 on 2025-03-06 07:36
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('account', '0005_alter_user_raw_password'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='user',
|
||||
options={'ordering': ('-id',)},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user