Django foreign key JWT auth

前端 未结 0 1285
春和景丽
春和景丽 2021-02-02 18:12

In my project I have the Post and Category Model and full working JWT Authentication.

class Category(models.Model):
    name = models.CharField(max_length=255)

          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题