Incident Management System for Elections Commission of Sri Lanka
- Use Python 3.x and Pip 3.x versions
- Install the dependencies by
pip install -r requirements.txt
Use MySQL 8
If you are using MySQL 5.x, Change the folllwing in the dump before importiing it
charset = utf8
collate = utf8_general_ci