From e8f53fd1717c09f7af8c0306dd982187f7a1505d Mon Sep 17 00:00:00 2001 From: Fernando Erd <fcerd15@inf.ufpr.br> Date: Tue, 16 Jun 2020 11:11:00 -0300 Subject: [PATCH] Update list route --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 31a1ddb..a11f8bc 100644 --- a/settings.py +++ b/settings.py @@ -92,7 +92,7 @@ SIMCAQ_ROUTE_LIST = [ ['enrollment','&dims=school_year,location'], ['enrollment_projection',''], ['financial','sphere_adm:[\"1\",\"2\"],financial_data:[\"1\",\"3\"]'], - ['school_infrastructure','adm_dependency:[1,2,3]&dims=location'], + #['school_infrastructure','adm_dependency:[1,2,3]&dims=location'], ['teacher',',adm_dependency:[\"1\",\"2\",\"3\"],education_type:[\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"]&dims=education_type'], ['teacher',',adm_dependency:[\"1\",\"2\",\"3\"]'] -- GitLab