0.2.17
chat v2 command parse add
This commit is contained in:
0
ReferenceDataApp/management/__init__.py
Normal file
0
ReferenceDataApp/management/__init__.py
Normal file
0
ReferenceDataApp/management/commands/__init__.py
Normal file
0
ReferenceDataApp/management/commands/__init__.py
Normal file
9
ReferenceDataApp/management/commands/parse.py
Normal file
9
ReferenceDataApp/management/commands/parse.py
Normal 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()
|
||||
Reference in New Issue
Block a user