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.
This commit is contained in:
6
apps/complex/apps.py
Normal file
6
apps/complex/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ComplexConfig(AppConfig):
|
||||
name = "apps.complex"
|
||||
verbose_name = "楼盘管理"
|
||||
Reference in New Issue
Block a user