parent
4f9546b5bc
commit
9d7a862bd7
@ -0,0 +1,10 @@
|
||||
from django.core.management.base import BaseCommand
|
||||
from django.utils import timezone
|
||||
from service.tasks import raschet
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = 'Test ML function'
|
||||
|
||||
def handle(self, *args, **kwargs):
|
||||
raschet()
|
||||
Loading…
Reference in new issue