Thanks to visit codestin.com
Credit goes to github.com

Skip to content

django rest framework, custom User

DMLTZY/demo_apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo_apis

Using django rest framework to handle restful api, this boilerplate includes custom User, custom permission and token based authentication.

apis

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/

About

django rest framework, custom User

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages