SinkDark/myblog/account/apps.py

7 lines
90 B
Python
Raw Normal View History

2024-09-17 17:30:58 +08:00
from django.apps import AppConfig
class AccountConfig(AppConfig):
name = 'account'