julia-shenshina / LMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LMS

PPPoSD final project

Author: Julia Shenshina

A learning management system (LMS) is a software application for the administration, documentation, tracking, reporting and delivery of educational courses, training programs, or learning and development programs.

Installation

Download the project to the target direcory with

git clone https://github.com/julia-shenshina/LMS.git

To install run

cd /target_directory_path/LMS
pip install -r requirements/requirements.txt
pip install -r requirements/dev_requirements.txt
pip install -e .
lms migrate

Run

lms runserver

Tests

python setup.py test

About

License:MIT License


Languages

Language:Python 100.0%