Restructure Device Register

This commit is contained in:
fjrodriguez
2023-04-18 09:52:33 -06:00
parent c474ca3f4f
commit e56b1cd3d3
7 changed files with 59 additions and 51 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 4.1.3 on 2023-04-13 13:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('Sistemas', '0018_alter_device_token_alter_device_username'),
]
operations = [
migrations.AlterModelOptions(
name='device',
options={'ordering': ('username',)},
),
]