摘要:
一、时区修改 ''' 没有如下配置将会报错:(translation.E004) You have provided a value for the LANGUAGE_CODE setting that is not in the LANGUAGES setting. django3.0开始LANG 阅读全文
摘要:
后端现在返回的数据格式经常要求是json的,可以使用JsonResponse返回json格式数据。 class JsonResponse(HttpResponse): """ :param data: Data to be dumped into json. By default only ``di 阅读全文