Django Settings
Bases: BaseModel
Alter these by modifying the values in Django's settings module (usually
settings.py
).
Attributes:
Name | Type | Description |
---|---|---|
NINJA_PAGINATION_CLASS |
str
|
The pagination class to use. Defaults to
|
NINJA_PAGINATION_PAGE_SIZE |
int
|
The default page size. Defaults to |