Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 434 Bytes

Incident Management

Incident Management System for Elections Commission of Sri Lanka

Setting up

Setting up runtime

  1. Use Python 3.x and Pip 3.x versions
  2. Install the dependencies by pip install -r requirements.txt

Setting up database

Use MySQL 8

Installation for MySQL 5.x

If you are using MySQL 5.x, Change the folllwing in the dump before importiing it

charset = utf8
collate = utf8_general_ci