Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
7 lines
130 B
Python
7 lines
130 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PropertyConfig(AppConfig):
|
|
name = "apps.property"
|
|
verbose_name = "房源核心"
|