Skip to content

harveyhalwin/Django-Rest-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A sample REST project geared towards beginners to understand the features of Django REST.

Viewset

  • The Viewset sample app is used to explain the viewset functionality of django rest.
  • It can handle all of the CRUD operations without explicitly definining it by the user.
  • It is coupled with the default router.
  • It is simplest and easiest way to get started with django REST.

About

Sample REST Project geared towards beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages