Skip to content

CRUD sample program at nitrous. This is practice for "zero-yon" server.

Notifications You must be signed in to change notification settings

nihohi0428/django_CRUD_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice CRUD Server

Abstract

  • This is a practice CRUD server by django for zero-yon system.

Sample Page

API reference

  • CREATE
    • xyz
    • using POST method
  • READ
    • xyz
    • using GET method
  • UPDATE
    • xyz
    • using POST method (not PUT method) for FORM tag in html ver.4.
  • DELETE
    • xyz
    • using POST method (not DELETE method) for FORM tag in html ver.4.

About

CRUD sample program at nitrous. This is practice for "zero-yon" server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published