Skip to content

julia-shenshina/LMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages