Skip to content

samisa-abeysinghe/IncidentManagement

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

incident management system for EC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.5%
  • JavaScript 10.1%
  • HTML 1.4%
  • Other 1.0%