浏览代码

:pencil: Fixes lint issue

Jeff Triplett 5 年之前
父节点
当前提交
91e3b90042
共有 1 个文件被更改,包括 10 次插入10 次删除
  1. 10 10
      README.md

+ 10 - 10
README.md

@@ -75,16 +75,16 @@ _For a complete listing of all available packages, see [Django Packages](https:/
 - [impostor](https://github.com/avallbona/Impostor) - Impostor is a Django application which allows staff members to login as a different user by using their own username and password.
 
 ### APIs
-- [django-rest-framework](https://github.com/encode/django-rest-framework) - Web APIs for Django
-- [django-cors-headers](https://github.com/adamchainz/django-cors-headers) - If your back-end and front-end are on different servers, you need this
-- [dj-rest-auth](https://github.com/jazzband/dj-rest-auth) - Authentication for Django Rest Framework
-- [django-rest-knox](https://github.com/James1345/django-rest-knox) - Authentication Module for django-rest-auth
-- [djoser](https://github.com/sunscrapers/djoser) - REST implementation of Django auth
-- [djaq](https://github.com/paul-wolf/djaq) - An instant remote API to Django models with a powerful query language
-- [django-rest-framework-simplejwt](https://github.com/davesque/django-rest-framework-simplejwt) - JSON web tokens for DRF
-- [django-webpack-loader](https://github.com/owais/django-webpack-loader) - Transparently use webpack with Django
-- [drf-yasg](https://github.com/axnsan12/drf-yasg) - Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code
-- [graphene-django](https://github.com/graphql-python/graphene-django) - GraphQL for Django
+- [django-rest-framework](https://github.com/encode/django-rest-framework) - Web APIs for Django.
+- [django-cors-headers](https://github.com/adamchainz/django-cors-headers) - If your back-end and front-end are on different servers, you need this.
+- [dj-rest-auth](https://github.com/jazzband/dj-rest-auth) - Authentication for Django Rest Framework.
+- [django-rest-knox](https://github.com/James1345/django-rest-knox) - Authentication Module for django-rest-auth.
+- [djoser](https://github.com/sunscrapers/djoser) - REST implementation of Django auth.
+- [djaq](https://github.com/paul-wolf/djaq) - An instant remote API to Django models with a powerful query language.
+- [django-rest-framework-simplejwt](https://github.com/davesque/django-rest-framework-simplejwt) - JSON web tokens for DRF.
+- [django-webpack-loader](https://github.com/owais/django-webpack-loader) - Transparently use webpack with Django.
+- [drf-yasg](https://github.com/axnsan12/drf-yasg) - Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
+- [graphene-django](https://github.com/graphql-python/graphene-django) - GraphQL for Django.
 
 ### Async
 - [channels](https://github.com/django/channels/) - Async support for Django.