All Projects → nbwhg → Djangorestframework Book

nbwhg / Djangorestframework Book

Licence: mpl-2.0
Django REST framework 3 中文文档, API参考, 最佳实践指南

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Djangorestframework Book

Blogbackendproject
Backend code for my blogs, develop with Django Rest framework.
Stars: ✭ 204 (+628.57%)
Mutual labels:  rest-api, restful-api, django, django-rest-framework
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-28.57%)
Mutual labels:  rest-api, restful-api, django-application, django
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (+757.14%)
Mutual labels:  rest-api, django-application, django, django-rest-framework
Modern Django
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
Stars: ✭ 662 (+2264.29%)
Mutual labels:  rest-api, restful-api, django, django-rest-framework
Wq.db
☁🌐 wq's db library, extending Django REST framework to support apps for geospatial field data collection, citizen science, and crowdsourcing.
Stars: ✭ 101 (+260.71%)
Mutual labels:  rest-api, django, django-rest-framework
Drf Cheat Sheet
Cheat sheet / quick reference guide for Django REST Framework.
Stars: ✭ 99 (+253.57%)
Mutual labels:  rest-api, django, django-rest-framework
Djangorestframework Queryfields
Allows clients to control which fields will be sent in the API response
Stars: ✭ 170 (+507.14%)
Mutual labels:  rest-api, django, django-rest-framework
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+3892.86%)
Mutual labels:  rest-api, django, django-rest-framework
Drf Yasg
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
Stars: ✭ 2,523 (+8910.71%)
Mutual labels:  rest-api, django, django-rest-framework
Rest Api
Learn how to build your own REST API with Python, Django, and the Django Rest Framework.
Stars: ✭ 232 (+728.57%)
Mutual labels:  rest-api, django, django-rest-framework
Meethub
This is a Python/Django based event management system. A meetup clone.
Stars: ✭ 411 (+1367.86%)
Mutual labels:  django-application, django, django-rest-framework
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (+192.86%)
Mutual labels:  rest-api, django, django-rest-framework
The Complete Guide To Drf And Vuejs
📢 Source Code from my Web Dev Course *The Complete Guide To Django REST Framework and Vue JS* (Lang: English & Italian)
Stars: ✭ 78 (+178.57%)
Mutual labels:  rest-api, django, django-rest-framework
Rest Api Basics
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth, check out our new course on REST API: (https://kirr.co/90kxtx)
Stars: ✭ 171 (+510.71%)
Mutual labels:  rest-api, django, django-rest-framework
Django Vue Template
Django Rest + Vue JS Template
Stars: ✭ 1,155 (+4025%)
Mutual labels:  rest-api, django, django-rest-framework
Tweetme 2
Build a twitter-like app in Django, Bootstrap, Javascript, & React.js. Step-by-Step.
Stars: ✭ 247 (+782.14%)
Mutual labels:  rest-api, django, django-rest-framework
Project Dashboard With Django
Agile Project Management dashboard with Django REST and Vue.js
Stars: ✭ 25 (-10.71%)
Mutual labels:  rest-api, django, django-rest-framework
Usaspending Api
Server application to serve U.S. federal spending data via a RESTful API
Stars: ✭ 166 (+492.86%)
Mutual labels:  restful-api, django, django-rest-framework
Django Rest Pandas
📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
Stars: ✭ 1,030 (+3578.57%)
Mutual labels:  rest-api, django, django-rest-framework
Dj Rest Auth
Authentication for Django Rest Framework
Stars: ✭ 491 (+1653.57%)
Mutual labels:  rest-api, django, django-rest-framework

介绍


注意: 本文档针对的是REST framework的版本3。

编写本文档时,所用的版本号:

  • Django(1.11.10)
  • djangorestframework(3.7.7)
  • Python(3.6.4)

Django REST framework 是一个功能强大的灵活的构建Web APIs的工具包。

为什么要使用REST framework ?

  • 基于Web 浏览器的API 可视化,对于你的开发将会有很大的帮助
  • 身份认证策略包含OAuth1aOAuth2
  • 同时支持ORM和非ORM的数据源的序列化
  • 完整的REST API 功能支持, 包括认证、权限、限流、分页等
  • 可定制化 - 如果不需要功能强大的特性,那么可以基于基础的功能类(function-based)进行开发
  • 文档完善,社区活跃
  • Mozilla, Red Hat 等公司正在使用REST framework

什么人适合本文档?

阅读本文档之前,至少要对Django有一定的了解。


项目源码

项目源码存放于Github上,https://github.com/bigtree6688/djangorestframework-book


在线阅读

可以通过GitBook或者Github来在线阅读。


目录

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].