mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-01-20 15:22:58 -05:00
7 lines
149 B
Python
7 lines
149 B
Python
"""
|
|
LTI 1.3 Integration for MediaCMS
|
|
Enables integration with Learning Management Systems like Moodle
|
|
"""
|
|
|
|
default_app_config = 'lti.apps.LtiConfig'
|