fix: Toronto page registration for Dash Pages #23

Merged
lmiranda merged 1 commits from fix/toronto-page-registration into development 2026-01-12 03:19:49 +00:00
Owner

Summary

  • Renamed pages/toronto/init.py to dashboard.py
  • Created minimal init.py as package marker
  • Fixes 404 error on /toronto path

Root Cause

Dash Pages does not auto-discover init.py files as page modules.

Test Plan

  • Verified /toronto returns HTTP 200
  • All pages register: /, /health, /toronto, /toronto/methodology
## Summary - Renamed pages/toronto/__init__.py to dashboard.py - Created minimal __init__.py as package marker - Fixes 404 error on /toronto path ## Root Cause Dash Pages does not auto-discover __init__.py files as page modules. ## Test Plan - [x] Verified /toronto returns HTTP 200 - [x] All pages register: /, /health, /toronto, /toronto/methodology
lmiranda added 1 commit 2026-01-12 03:15:31 +00:00
Dash Pages does not auto-discover __init__.py files as page modules.
Renamed to dashboard.py so the page registers correctly at /toronto.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 19ffc04573 into development 2026-01-12 03:19:49 +00:00
Sign in to join this conversation.