Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions wcoa/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down