mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-06-07 09:24:20 -04:00
8 lines
179 B
Python
8 lines
179 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class LtiConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'lti'
|
|
verbose_name = 'LTI 1.3 Integration'
|