wbcore 1.58.3__py2.py3-none-any.whl → 1.58.4__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
wbcore/contrib/io/tasks.py
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
from datetime import date, timedelta
|
|
2
2
|
|
|
3
|
+
from celery import shared_task
|
|
3
4
|
from django.db import connection
|
|
4
5
|
from django.utils import timezone
|
|
5
6
|
from dynamic_preferences.registries import global_preferences_registry
|
|
6
7
|
|
|
7
8
|
|
|
9
|
+
@shared_task()
|
|
8
10
|
def clean_up_import_source(today: date | None = None):
|
|
9
11
|
if not today:
|
|
10
12
|
today = timezone.now()
|
|
@@ -674,7 +674,7 @@ wbcore/contrib/io/models.py,sha256=N5umz_bf5PtmrBYhJF5qTGLK-NPx-WbA-tkSVMF1bi0,4
|
|
|
674
674
|
wbcore/contrib/io/resources.py,sha256=eGEpmyrtkB3DgFKV6m57OFzyu6jBZUIXkn5Jopeus9M,6953
|
|
675
675
|
wbcore/contrib/io/serializers.py,sha256=oS5od8ni8wUZml1zM_RAdW9VWrw226Ru4v3RBifOnFY,4639
|
|
676
676
|
wbcore/contrib/io/signals.py,sha256=jCGHjt5Qg2T1aIi4BzWYzWYb2YZT82gUMhG68v2rx58,145
|
|
677
|
-
wbcore/contrib/io/tasks.py,sha256=
|
|
677
|
+
wbcore/contrib/io/tasks.py,sha256=nuNSD3VqK6KwsSHGf2pQc26YaJx40zv5hroKvzyGJeg,797
|
|
678
678
|
wbcore/contrib/io/urls.py,sha256=v91WUMYKwQhI9mDnpScP6hvYdGSdQZg0yQzEljCZ4lk,1014
|
|
679
679
|
wbcore/contrib/io/utils.py,sha256=SMjQeUEg_cuBKQfnKGj-qjJDC8Z_xCOQ-t7VZxwCZt4,1359
|
|
680
680
|
wbcore/contrib/io/viewset_mixins.py,sha256=RhO8TE9RPQsubSd2H2XgIJLD92tHu-7_gO8JwROxtHI,11419
|
|
@@ -1231,6 +1231,6 @@ wbcore/viewsets/generics.py,sha256=lKDq9UY_Tyc56u1bqaIEvHGgoaXwXxpZ1c3fLVteptI,1
|
|
|
1231
1231
|
wbcore/viewsets/mixins.py,sha256=IdHd_uixOv3ExKoHxTgL5Bt8OELIwfYwhBZm0nsvZfc,12054
|
|
1232
1232
|
wbcore/viewsets/utils.py,sha256=4520Ij3ASM8lOa8QZkCqbBfOexVRiZu688eW-PGqMOA,882
|
|
1233
1233
|
wbcore/viewsets/viewsets.py,sha256=FPPESunEjlunDr5VFsjTfsquTS3iDSQkw0H6QjMKPqk,6574
|
|
1234
|
-
wbcore-1.58.
|
|
1235
|
-
wbcore-1.58.
|
|
1236
|
-
wbcore-1.58.
|
|
1234
|
+
wbcore-1.58.4.dist-info/METADATA,sha256=vcwtI7R_Eq8FwvExki4JqV4_STTDGF8iosNGqSOQfRk,2332
|
|
1235
|
+
wbcore-1.58.4.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
1236
|
+
wbcore-1.58.4.dist-info/RECORD,,
|
|
File without changes
|