- 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
204 B
Python
9 lines
204 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ProductsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.products"
|
|
label = "products"
|
|
verbose_name = "产品"
|