Django - Python - How to include STATUS CODE in response using JsonResponse?

后端 未结 0 1636
故里飘歌
故里飘歌 2020-12-22 17:26

Here is my code, that let users input their ID and Name to check if they are in a list of something.

def some_api(requests):
    try: 
        **do something*         


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