afanzaimoyu

Results 2 issues of afanzaimoyu

Sorry, I don't quite understand the sample code generated by this picture, how does it pass parameters, and how do cookies pass over? eg: ```python` parser.add_argument( "--output-dir", help="Output directory", type=str,...

Hello, when calling the "http://localhost:8000/api/token/pair" endpoint, I need to provide username and password. However, my User model does not have the password field. How can I modify this without changing...