Files
Exam/account/apps.py
2026-01-09 18:28:10 +08:00

6 lines
94 B
Python

from django.apps import AppConfig
class AccountConfig(AppConfig):
name = 'account'