File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Simple boilerplate for django & django rest framework
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/github/p8ul/django-rest-framework-boilerplate/badge.svg?branch=master )] ( https://coveralls.io/github/p8ul/django-rest-framework-boilerplate?branch=master )
6
6
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/e066442f75f4bc3f5269/maintainability )] ( https://codeclimate.com/github/p8ul/django-rest-framework-boilerplate/maintainability )
7
7
8
+ ### Tasks list
9
+ - [x] Users api CRUD endpoints
10
+ - [ ] DRF JWT Authentication
8
11
#### User Endpoints
9
12
10
13
Method | Endpoint | Functionality
@@ -15,9 +18,6 @@ GET | `/api/user/profile/{pk}` | Retrieve a user
15
18
PUT | ` /api/user/update/{pk} ` | Edit a user
16
19
DELETE | ` /api/user/destroy/{pk} ` | Delete a user
17
20
18
- ### Tasks list
19
- - [x] Users api CRUD endpoints
20
-
21
21
22
22
### Installation
23
23
If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python (here)[ python.org] .
You can’t perform that action at this time.
0 commit comments