Django Learning Platform Framework — Courses, Quizzes, Certificates, Gamification, SCORM
Project description
iil-learnfw
Django Learning Platform Framework — Courses, Quizzes, Certificates, Gamification, SCORM.
Part of the IIL Platform ecosystem.
Architecture Decision
- ADR-139: Package design, models, services, API
- ADR-140: Learn-Hub (central deployment using this package)
- ADR-137: Multi-Tenancy (TenantManager, RLS)
Installation
# Minimal
pip install iil-learnfw
# All extras
pip install "iil-learnfw[all]"
# Specific extras
pip install "iil-learnfw[api,tenancy,certificates]"
Quick Start
# settings.py
INSTALLED_APPS = [
"iil_learnfw",
...
]
IIL_LEARNFW = {
"TENANT_AWARE": True,
"AUTHORING_ENABLED": True,
"ENROLLMENT_MODE": "self_enroll",
}
# urls.py
from django.urls import include, path
urlpatterns = [
path("schulungen/", include("iil_learnfw.urls")),
]
Extras
| Extra | Dependencies | Features |
|---|---|---|
api |
djangorestframework, drf-spectacular | REST API + OpenAPI docs |
tenancy |
django-tenancy | Multi-tenant support (ADR-137) |
certificates |
weasyprint, qrcode | PDF certificates with QR verification |
pptx |
python-pptx | PPTX slide import, auto-split |
scorm |
lxml | SCORM 1.2/2004 import/export |
markdown |
markdown, pymdown-extensions | Markdown content rendering |
all |
All of the above | Full feature set |
Modules
| Module | Responsibility |
|---|---|
iil_learnfw.courses |
Course → Chapter → Lesson, Categories, Enrollment |
iil_learnfw.content |
Content backends: Markdown, PDF, PPTX |
iil_learnfw.progress |
User progress tracking, completion |
iil_learnfw.assessments |
Quizzes, questions, attempts, scoring |
iil_learnfw.certificates |
PDF generation, verification URLs |
iil_learnfw.onboarding |
Mandatory courses, checklists |
iil_learnfw.gamification |
Points, badges, streaks, leaderboards |
iil_learnfw.scorm |
SCORM import/export |
License
MIT
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
iil_learnfw-0.5.4.tar.gz
(59.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iil_learnfw-0.5.4.tar.gz.
File metadata
- Download URL: iil_learnfw-0.5.4.tar.gz
- Upload date:
- Size: 59.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84ce2994b384ede3083c2d7414aacfe3d29fe2b0f33f6bcd21bf61d11e012be1
|
|
| MD5 |
e1a1a4e016f59731c81f486874b5f717
|
|
| BLAKE2b-256 |
5f2023dd51f174b17ea8d3daf80a6fb96b9a6f9c760a52792f9d87285098232b
|
File details
Details for the file iil_learnfw-0.5.4-py3-none-any.whl.
File metadata
- Download URL: iil_learnfw-0.5.4-py3-none-any.whl
- Upload date:
- Size: 68.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd733508c4b5854f89d5537908d03e49b7d65672aa3306192bc8e216963385e1
|
|
| MD5 |
d94c4ba974e9e9f90e0200bbf984f83d
|
|
| BLAKE2b-256 |
e52f47563894626a73ec89f33305b85dcf974ee7e770e9a15ce3cc05807c47b4
|