文件名称:dependent-dropdown-example:“如何使用Django实现DependentChained下拉列表”一文中使用的代码示例
文件大小:19KB
文件格式:ZIP
更新时间:2024-02-25 17:09:47
python django tutorial python3 tutorial-code
依赖下拉列表示例 有关如何使用Django实现依赖下拉列表的示例代码。 阅读博客文章。 该项目部署在 。 在本地运行项目 首先,将存储库克隆到本地计算机: git clone https://github.com/sibtc/dependent-dropdown-example.git 安装要求: pip install -r requirements.txt 最后,运行开发服务器: python manage.py runserver 该项目将在127.0.0.1:8000上可用。 执照 源代码根据。
【文件预览】:
dependent-dropdown-example-master
----runtime.txt(12B)
----simple_erp()
--------settings.py(3KB)
--------urls.py(223B)
--------__init__.py(0B)
--------wsgi.py(397B)
----manage.py(542B)
----requirements.txt(44B)
----LICENSE(1KB)
----Procfile(42B)
----README.md(1KB)
----hr()
--------apps.py(79B)
--------urls.py(375B)
--------tests.py(60B)
--------migrations()
--------admin.py(63B)
--------__init__.py(0B)
--------models.py(670B)
--------views.py(795B)
--------forms.py(817B)
--------templates()
----db.sqlite3(140KB)
----templates()
--------base.html(542B)
----.gitignore(1KB)