Skip to content

Sana Encounter Web Interface (SEWI)

Notifications You must be signed in to change notification settings

nus-tsp/noop-sewi

 
 

Repository files navigation

Single Encounter Web Interface (SEWI)

Created for Sana MDS

SEWI provides a web interface to view encounters in the Sana Mobile Dispatch Server.

##Installation Instructions

  1. Clone this repository into the Sana MDS project app directory (same level as settings.py), in a directory named sewi.
    For example, if your settings.py is located in /var/local/www/mds/settings.py, the directory would be /var/local/www/mds/sewi/

  2. Add the app to the INSTALLED_APPS directive in settings.py as mds.sewi:

INSTALLED_APPS = (
    ...
    'mds.sewi',
)

About

Sana Encounter Web Interface (SEWI)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.6%
  • Python 9.5%
  • CSS 4.2%
  • HTML 1.7%