Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

DAMCS/vivadashboard

Repository files navigation

VMS

A simple dashboard for viva management.

Features

Development

Create the virtual environment on Python 3.7+

$ python -m venv /path/to/new/virtual/environment

Upgrade pip!

$ python -m pip install --upgrade pip

Clone this repository ;)

$ git clone https://github.com/DAMCS/vivadashboard.git

Install requirements.txt

$ cd /path/to/repository
$ python -m pip install -r requirements.txt

Refactor secret files not under source control and run the development server.

$ python manage.py runserver

Requirements