17
app/api/migrations/0003_alter_authtoken_options.py
Normal file
17
app/api/migrations/0003_alter_authtoken_options.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.5 on 2025-02-28 15:12
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('api', '0002_alter_authtoken_expires_alter_authtoken_id_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='authtoken',
|
||||
options={'ordering': ['expires'], 'verbose_name': 'Auth Token', 'verbose_name_plural': 'Auth Tokens'},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user