Files
fonrey/apps/account/apps.py
ishenwei 4aba6dfa77 Initialize Fonrey Django multi-tenant project skeleton
Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
2026-04-26 17:12:09 +08:00

7 lines
128 B
Python

from django.apps import AppConfig
class AccountConfig(AppConfig):
name = "apps.account"
verbose_name = "登录认证"