From b17dadfb9cdefc92ea7965987a86b56a6202ae5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=A2=D1=8B=D1=80?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Tue, 17 Sep 2024 13:10:34 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb36cf5..2b4569d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # GaiaDBInterface A Django application for interacting with Gaia DR3 via ORM interface. - +## manage.py commands: +- `ingester` - ingests a directory of csv files into the database. Beware memory leaks. +- `indexer` - indexes the catalog in the database using healpix. +- `indexer-multithread` - a multithreaded version of indexer. \ No newline at end of file