Django Plot Dash | 例子 在此存储库中,我将使用软件包 克隆 git clone https://github.com/ignacio-nava/django_plot_dash_examples.git cd django_plot_dash_examples/ 用法 创建一个虚拟环境并激活它 python3 -m venv {venv_name} source {venv_name}/bin/activate 安装要求 pip install -r requirements.txt 迁移 cd django_plot_dash_examples/ python3 manage.py migrate 运行服务器 python3 manage.py runserver