- apps/products: ProductIndexPage/ProductPage - apps/cases: CaseStudyIndexPage/CaseStudyPage - apps/forms: FormDefinition/FormDefinitionField/Lead + submit API - core/blocks: CaseStudyBlock, FormBlock (with API representation) - register new apps, custom leads API route, migrations
9 lines
201 B
Python
9 lines
201 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CasesConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.cases"
|
|
label = "cases"
|
|
verbose_name = "客户案例"
|