Incident Management System for Elections Commission of Sri Lanka
- Use Python 3.x and Pip 3.x versions
- Install the dependencies by
pip3 install -r requirements.txt
Use MySQL 8
Remove the migrations dir if any
- flask db init
- flask db migrate
- flask db upgrade
If you are using MySQL 5.x, Change the folllwing in the dump before importiing it
charset = utf8
collate = utf8_general_ci