python DRF usage of basename and source parsing December 14, 2023 by Darshit Sem No Comments Django REST Framework (DRF) is a powerful and flexible toolkit for building Web APIs. DRF has its own way of defining routes, through the Router... Read More
python Content-Type header is “text/html”, not “application/json” December 14, 2023 by 徐建宏 No Comments ValueError: Content-type header is "text/ HTML ", not "application/json" Read More