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.
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
lms runserver
python setup.py test