Using django rest framework to handle restful api, this boilerplate includes custom User, custom permission and token based authentication.
Class Based View
Create: http://127.0.0.1:8002/apis/users/create/
Retrive: http://127.0.0.1:8002/apis/users/
Update: http://127.0.0.1:8002/apis/<pk>/edit/
Delete: http://127.0.0.1:8 002/apis/<pk>/delete/
Detail: http://127.0.0.1:8002/apis/<username>/
Others
GET: http://127.0.0.1:8002/apis/gt/
GET: http://127.0.0.1:8002/apis/ci/
POST: http://127.0.0.1:8002/apis/ep/
POST: http://127.0.0.1:8002/apis/sleep/