tom_regions has the database structures for dealing with HEALPix skymaps and making queries if points are in the skymap (for a galaxy map) or the probability of being in a region of the skymap (for a nonlocalized event map).
- Add
'tom_regions'
to yourINSTALLED_APPS
setting like this::
INSTALLED_APPS = [
...
'tom_regions',
]
- Run
python manage.py migrate
to create the models.