This dashboard presents a comprehensive and centralized database of all local politicians in the Philippines, designed as a research-oriented tool for examining patterns of political power, kinship, and governance. Beyond serving as a directory of political profiles, it enables users to explore the intricate web of familial ties, shared surnames, and career overlaps that characterize political dynasties across the country. Through its built-in analytical tools, users can visualize network relationships between politicians, identify clusters of interconnected families, and observe how these networks evolve across election cycles. The platform also offers provincial-level dynasty mapping, allowing researchers, students, and policymakers to compare the concentration, reach, and persistence of dynasties in different regions. By integrating profile data with network visualization, the dashboard provides a deeper and more systematic way of understanding how political influence is distributed, inherited, and reproduced within the Philippine political landscape.
- Go to the command line in the desired folder and clone the repository
git clone "https://github.com/stedcheng/elections"
- Install a virtual environment
(Windows)
python -m venv env
env\Scripts\activate
(Mac)
python -m venv env
source env/bin/activate
- Change directory to
elections
cd elections
- Install requirements
pip install -r requirements.txt
- Run server
python manage.py runserver