文件名称:djfilter:用Django构建的动态表单
文件大小:123KB
文件格式:ZIP
更新时间:2024-05-20 20:17:03
django bootstrap4 JavaScript
最终的Django学习平台。
***弃用警告***
这个项目已有两年多的历史了,因此您应该认为它已经过时了。 您仍然可以观看以学习如何构建此项目。
Django过滤表单
该项目展示了一种高级过滤形式。 最初,表单是由Bootstrap构建的,后来是由React构建的。
教程和提交链接
使用git reset -- hard
【文件预览】:
djfilter-master
----.gitignore(90B)
----db.sqlite3(280KB)
----README.md(2KB)
----manage.py(544B)
----public()
--------manifest.json(317B)
--------index.html(522B)
--------favicon.ico(4KB)
----thumbnail.png(64KB)
----static()
--------template.css(62B)
----titles.txt(7KB)
----.vscode()
--------settings.json(436B)
----package.json(618B)
----src()
--------components()
--------containers()
--------App.test.js(248B)
--------registerServiceWorker.js(4KB)
--------index.js(728B)
--------routes.js(581B)
--------App.js(875B)
--------store()
--------hoc()
--------style.css(123B)
----requirements.txt(310B)
----core()
--------admin.py(168B)
--------models.py(651B)
--------migrations()
--------tests.py(60B)
--------__init__.py(0B)
--------apps.py(83B)
--------management()
--------serializers.py(417B)
--------views.py(3KB)
----templates()
--------bootstrap_form.html(6KB)
----djfilter()
--------settings()
--------urls.py(1022B)
--------__init__.py(0B)
--------wsgi()