Skip to content

Instantly share code, notes, and snippets.

@zhixingchou
Last active January 29, 2018 07:10
Show Gist options
  • Save zhixingchou/8aba674eeade985d4f8901f68af2a650 to your computer and use it in GitHub Desktop.
Save zhixingchou/8aba674eeade985d4f8901f68af2a650 to your computer and use it in GitHub Desktop.
  • infinity1207/thirtylol

  • django rest framework实战--权限控制

      实战内容
      我们实战的内容是,搭建一个博客应用,提供注册,登录功能。
    
      所有用户都可以发表博客。
    
      实现博客的创建者可以对自己的博客进行修改,删除等操作。
    
      非创建者只能进行浏览。
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment