feat: automatic product counters edition

This commit is contained in:
imperosol
2025-09-14 21:48:16 +02:00
parent 5ee8d3b434
commit 9953561a02
7 changed files with 160 additions and 85 deletions

View File

@@ -34,10 +34,7 @@ class Migration(migrations.Migration):
),
),
],
options={
"verbose_name": "Product scheduled action",
"ordering": ["-clocked"],
},
options={"verbose_name": "Product scheduled action"},
bases=("django_celery_beat.periodictask",),
),
]