chat v2
command parse add
This commit is contained in:
SDE
2023-08-11 15:32:55 +03:00
parent 589c441c83
commit d873e7bb64
4 changed files with 33 additions and 21 deletions

View File

View File

@@ -0,0 +1,9 @@
from django.core.management.base import BaseCommand
from datetime import datetime
from BaseModels.mailSender import techSendMail
from ...funcs import parse_data
class Command(BaseCommand):
def handle(self, *args, **options):
parse_data()