started work on the indexer script

This commit is contained in:
Никита Тырин 2024-09-11 12:11:33 +03:00
parent 9f26052fe2
commit 6df8af77df

View File

@ -0,0 +1,9 @@
from django.core.management.base import BaseCommand
from GaiaDBInterface.models import GaiaSource, CatalogFile
class Command(BaseCommand):
help = 'Index sources using healpix.'
def handle(self, *args, **options):