django_plot_dash_examples 源码
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
文件列表
django_plot_dash_examples-master.zip
(预估有个54文件)
django_plot_dash_examples-master
requirements.txt
362B
django_pd_examples
manage.py
674B
django_pd_examples
settings.py
3KB
urls.py
924B
__init__.py
0B
asgi.py
413B
__pycache__
暂无评论