Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 273 Bytes

django-rest-framework-work-flow.md

File metadata and controls

31 lines (24 loc) · 273 Bytes
  • Install django rest framework.
  • Create django project.
  • Create and include apps.
  • Create models
  • Create serializers
  • Create views
  • Test the view using httpie
  • Add permission and authentication