StudE-Backend/stude/courses/apps.py

7 lines
146 B
Python
Raw Permalink Normal View History

2023-06-27 14:16:40 +08:00
from django.apps import AppConfig
class CoursesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'courses'