From 6429d31ba0856611c1f779f4693758fd61aa2538 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Mon, 10 Oct 2022 22:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4=EF=BC=8C?= =?UTF-8?q?=E5=87=8F=E5=B0=91=E5=88=9D=E5=A7=8B=E5=8C=96=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dumpdata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumpdata.sh b/dumpdata.sh index 5afd15b..c84d74c 100755 --- a/dumpdata.sh +++ b/dumpdata.sh @@ -1 +1 @@ -python manage.py dumpdata django_apscheduler.djangojob pt_site.site auto_pt.task auto_pt.taskjob --indent 2 -o pt.json \ No newline at end of file +python manage.py dumpdata pt_site.site auto_pt.task auto_pt.taskjob --indent 2 -o pt.json \ No newline at end of file