Skip to main content

DRF modifies mixins to return a custom jsonresponse

Project description

DRF-jsonresponse

  • django restframework 默认是遵循restful api

  • 在中国生产环境中一般不会采用restful规则,返回的结果是通过json_code状态码和message来完成的

  • 该文档修改了原有的mixins,修改返回内容格式

  • list:有分页效果,需要在settings文件中单独设置

REST_FRAMEWORK = {
    'DEFAULT_PAGINATION_CLASS': 'base.pagination.LargeResultsSetPagination',
    'PAGE_SIZE': 20,
}
  • create,update,retrieve

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drf_jsonresponse-0.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page