axc_ul -> uplim
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# axc_ul/management/commands/load_survey.py
|
||||
# uplim/management/commands/load_survey.py
|
||||
|
||||
import numpy as np
|
||||
from astropy.io import fits
|
||||
|
||||
from django.core.management.base import BaseCommand
|
||||
from django.db import transaction
|
||||
from axc_ul.models import Pixel, Survey
|
||||
from uplim.models import Pixel, Survey
|
||||
from django.db.models import Max
|
||||
|
||||
from itertools import islice
|
||||
|
Reference in New Issue
Block a user