2023-12-26 00:25:09 +03:00

6 lines
87 B
Python

from django.apps import AppConfig
class CourseConfig(AppConfig):
name = "course"