Skip to content

Commit b20950c

Browse files
authored
Update README.md
1 parent 2674784 commit b20950c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Simple boilerplate for django & django rest framework
55
[![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)
66
[![Maintainability](https://api.codeclimate.com/v1/badges/e066442f75f4bc3f5269/maintainability)](https://codeclimate.com/github/p8ul/django-rest-framework-boilerplate/maintainability)
77

8+
### Tasks list
9+
- [x] Users api CRUD endpoints
10+
- [ ] DRF JWT Authentication
811
#### User Endpoints
912

1013
Method | Endpoint | Functionality
@@ -15,9 +18,6 @@ GET | `/api/user/profile/{pk}` | Retrieve a user
1518
PUT | `/api/user/update/{pk}` | Edit a user
1619
DELETE | `/api/user/destroy/{pk}` | Delete a user
1720

18-
### Tasks list
19-
- [x] Users api CRUD endpoints
20-
2121

2222
### Installation
2323
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].

0 commit comments

Comments
 (0)