Skip to content

jdoliner/LearningProgress

 
 

Repository files navigation

LearningProgress

image

image

image

LearningProgress is a small server application based on Django for tracking individual learning progress on a structured curriculum. It is still under development.

Run development version

$ python3 --version  # This should return Python 3.x
$ git clone https://github.com/LearningProgress/LearningProgress.git
$ cd LearningProgress
$ virtualenv .virtualenv --python=python3
$ source .virtualenv/bin/activate
$ pip install -r requirements.txt
$ python manage.py syncdb  # Prompts for input some superuser data.
$ python manage.py loaddata extras/example-data-de.json
$ python manage.py runserver

Requirements

LearningProgress uses

License

LearningProgress is Free/Libre Open Source Software and distributed under the MIT License, see LICENSE file. The authors are mentioned in the AUTHORS file.

About

LearningProgress is a small server application based on Django for tracking individual learning progress on a structured curriculum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.0%
  • CSS 16.4%
  • JavaScript 11.8%
  • PHP 2.8%