From 2b45a374af64888f34d56097f2f9ebb69d016e52 Mon Sep 17 00:00:00 2001 From: Ryan Hodges Date: Wed, 3 Jun 2026 17:59:41 -0700 Subject: [PATCH] explicitly list PLANNER_APPS for wcoa in settings.py and ensure 'survey' is included --- wcoa/settings.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wcoa/settings.py b/wcoa/settings.py index ca20dd8..56b635a 100644 --- a/wcoa/settings.py +++ b/wcoa/settings.py @@ -83,6 +83,14 @@ DB_CHANNEL = 'wcoaportal' +# Defines which apps/modules interact with the MyPlanner tab in mp-visualize's left nav +# see https://github.com/Ecotrust/mp-visualize/wiki for more info +PLANNER_APPS = [ + 'visualize', + 'drawing', + 'survey', +] + try: from .local_settings import * except ImportError: