add billard command to process location object data via cron job

This commit is contained in:
Robert Einsle 2021-10-08 14:40:24 +02:00
parent 11d7300d75
commit 0f578c0611
3 changed files with 9 additions and 0 deletions

View File

View File

View File

@ -0,0 +1,9 @@
from django.core.management.base import BaseCommand, CommandError
from billard.tasks import process_location_data
class Command(BaseCommand):
help = 'Process location data objects'
def handle(self, *args, **options):
process_location_data