Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
/ CZ3003 Public archive
forked from drawabc/SASDCMS

Software Systems Analysis and Design project

Notifications You must be signed in to change notification settings

NgoJunHaoJason/CZ3003

 
 

Repository files navigation

Crisis Management System

Nanyang Technological University
School of Computer Science and Engineering

Academic Year 2018-2019 Semester 2

source code for CZ3003 Software Systems Analysis and Design project

How to use xD (for Windows)

  1. Install virtualenv (pip install virtualenv)
  2. Create virtualenv (virtualenv venv)
  3. Go to venv/Scripts (cd venv/Scripts)
  4. Run activate (activate)
  5. Install dependencies (pip install -r requirements.txt) inside django folder not venv folder
  6. python manage.py migrate
  7. Runserver with -> python manage.py runserver

About

Software Systems Analysis and Design project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.0%
  • Python 33.0%