Django Chart.js绘制折线图
# -*- coding: utf-8 -*-
# @File : views.py
# @Time : 2022/1/2 22:12
# @Author : Cocktail_py
from decimal import Decimal
from datetime import datetime, date
from django.views import View
from django.shortcuts import render
class DateEncoder(json.J
原创
2022-01-02 22:25:48 ·
1314 阅读 ·
0 评论