8 lines
173 B
Python
8 lines
173 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CoursesConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.courses"
|
|
label = "courses"
|