mirror of
https://github.com/ae-utbm/sith.git
synced 2025-10-09 16:24:39 +00:00
feat: automatic product counters edition
This commit is contained in:
@@ -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",),
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user