Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Python 100 Days | 131,710 | 14 days ago | 680 | Python | ||||||
Python - 100天从新手到大师 | ||||||||||
Django Rest Framework | 25,219 | 24,595 | 1,508 | 3 days ago | 134 | December 15, 2021 | 128 | other | Python | |
Web APIs for Django. 🎸 | ||||||||||
Awesome Django | 6,748 | 16 days ago | 4 | cc0-1.0 | HTML | |||||
A curated list of awesome things related to Django | ||||||||||
Drf Yasg | 3,044 | 290 | 76 | 10 days ago | 59 | October 25, 2020 | 232 | other | Python | |
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code. | ||||||||||
Django Rest Swagger | 2,516 | 2,031 | 41 | 2 years ago | 50 | April 30, 2018 | 168 | bsd-2-clause | Python | |
Swagger Documentation Generator for Django REST Framework: deprecated | ||||||||||
Django Rest Auth | 2,331 | 1,109 | 24 | 7 months ago | 25 | April 01, 2019 | 234 | mit | Python | |
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON) | ||||||||||
Djoser | 2,228 | 212 | 5 | 16 days ago | 48 | October 30, 2020 | 180 | mit | Python | |
REST implementation of Django authentication system. | ||||||||||
Drf Nested Routers | 1,465 | 621 | 29 | 2 days ago | 19 | October 15, 2021 | 48 | apache-2.0 | Python | |
Nested Routers for Django Rest Framework | ||||||||||
Cookiecutter Django Rest | 1,373 | a day ago | 5 | mit | Python | |||||
Build best practiced apis fast with Python3 | ||||||||||
Drf Extensions | 1,326 | 323 | 14 | 6 months ago | 16 | July 30, 2021 | 74 | mit | Python | |
DRF-extensions is a collection of custom extensions for Django REST Framework |
Create a RESTful API service for the blog we created in Try Django 1.9 and Advancing the Blog.
4 - Serialize Model Data into JSON
5 - Serializing Objects in the Python Shell
6 - Retrieve API View aka Detail View
7 - Update & Destroy (Delete) API View
8 - Update & Delete in the Python Shell
9 - Create Serializer and Create API View
10 - Associate User with View Methods
12 - Filtering a Queryset in a ListAPIView
13 - Pagination with Rest Framework
14 - Hyperlinked Identity Field for URL
17 - Comment Children & Reply Count
18 - Comments in Post Detail API View
19 - Comment Create Serializer Function Part 1
20 - Comment Create Serializer Function Part 2
21 - Comment Create Serializer Function Part 3
23 - Comment Detail, Update, & Delete
24 - Comment URLs & Post Get API Urls
26 - ModelSerializer Create Method
28 - Base APIView for User Login