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 details)

Uploaded Source

File details

Details for the file drf_jsonresponse-0.2.tar.gz.

File metadata

  • Download URL: drf_jsonresponse-0.2.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.5

File hashes

Hashes for drf_jsonresponse-0.2.tar.gz
Algorithm Hash digest
SHA256 3be7fbba245c42ac34da9c3db369c1027ff4b912809b255544ec52fd98bdb715
MD5 5da2cc068f257b6c037699a527fc536b
BLAKE2b-256 d2152b221166077693413fda70ffe657e46c5dac3dd1c8197d113b8c9b1ab892

See more details on using hashes here.

Supported by

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