Skip to main content

E-learning platform for Django + Wagtail + CjkCMS.

Project description

PyPI - Python Version GitHub license GitHub issues

E-learning platform for Wagtail 4.x. LXP stands for Learning eXperience Platform.

Key features

  • Allows multiple courses in multiple topic groups
  • Courses of different visibility, from fully open (no sign-in) to hidden for non-logged in users
  • Supports content in multiple formats: text, images, videos, PDFs, etc.
  • Has basic quizzes/tests built in, with multiple choice and T/F items.

Quick start

  1. Add "lxp" to your INSTALLED_APPS setting like this:
    INSTALLED_APPS = [
        ...
        'lxp',
    ]
  1. Include the lxp URLconf in your project urls.py like this::

    path('lxp/', include('lxp.urls')),

  2. Run python manage.py migrate to create the lxp models.

Documentation

See here for documentation

Contact & support

Please use Github's Issue Tracker to report bugs, request features, or request support.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail-lxp-22.11.1.tar.gz (921.2 kB view hashes)

Uploaded Source

Built Distribution

wagtail_lxp-22.11.1-py3-none-any.whl (955.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page