feat: add prettier for code formatting
refactor: update route for downloader to apps/downloader chore: remove unused filler model files refactor: delete Default layout component and its imports
This commit is contained in:
@@ -816,7 +816,9 @@ SPECTACULAR_DEFAULTS: Dict[str, Any] = {
|
||||
|
||||
# enum name overrides. dict with keys "YourEnum" and their choice values "field.choices"
|
||||
# e.g. {'SomeEnum': ['A', 'B'], 'OtherEnum': 'import.path.to.choices'}
|
||||
'ENUM_NAME_OVERRIDES': {},
|
||||
'ENUM_NAME_OVERRIDES': {
|
||||
'OrderStatusEnum': 'commerce.models.Order.OrderStatus.choices',
|
||||
},
|
||||
|
||||
# Adds "blank" and "null" enum choices where appropriate. disable on client generation issues
|
||||
'ENUM_ADD_EXPLICIT_BLANK_NULL_CHOICE': True,
|
||||
|
||||
Reference in New Issue
Block a user