Skip to content

kurorido/DRF-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRF-practice

A practice for DRF (Django Rest Framework)

Model

  • User (Django built-in)

  • Article

  • Tag

    Each User have manay article.
    Each Article have many Tag.

Admin Account

id: admin password: admin

TODO

  • Integrate with OAuth Toolkit (Access Control)
  • Try nested object
  • Try other serializer and view class

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages