started work on the indexer script
This commit is contained in:
parent
9f26052fe2
commit
6df8af77df
9
management/commands/indexer.py
Normal file
9
management/commands/indexer.py
Normal 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):
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user