drf API view added

This commit is contained in:
fjrodriguez
2022-12-12 08:32:54 -06:00
parent b12ff5d427
commit e71fe9278c
5 changed files with 133 additions and 60 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 4.1.3 on 2022-12-12 13:21
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('Clientes', '0013_clientes_conteo_mes'),
]
operations = [
migrations.AlterModelOptions(
name='clientes',
options={'ordering': ('-Activo', '-conteo_mes', 'RFC')},
),
]