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:
0
shared/__init__.py
Normal file
0
shared/__init__.py
Normal file
7
shared/apps.py
Normal file
7
shared/apps.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class SharedConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.UUIDField"
|
||||
name = "shared"
|
||||
verbose_name = "公共 Schema"
|
||||
Reference in New Issue
Block a user