django-ajax-selects:外键,ManyToMany和文本字段的jQuery UI驱动的自动完成字段

时间:2021-02-05 03:01:49
【文件属性】:
文件名称:django-ajax-selects:外键,ManyToMany和文本字段的jQuery UI驱动的自动完成字段
文件大小:165KB
文件格式:ZIP
更新时间:2021-02-05 03:01:49
django select jquery-ui django-admin select-multiple 使用jQuery UI自动完成功能,在Django Admin中编辑ForeignKey , ManyToManyField和CharField 。 文献资料 安装 pip install django-ajax-selects 添加应用: # settings.py INSTALLED_APPS = ( ... ' ajax_select ', # <- add the app ... ) 在您的项目中包含网址: # urls.py from django . conf . urls import url , include from django .
【文件预览】:
django-ajax-selects-develop
----setup.py(2KB)
----.jshintrc(416B)
----.gitignore(147B)
----requirements.txt(26B)
----Makefile(939B)
----__init__.py(0B)
----ajax_select()
--------templates()
--------urls.py(170B)
--------__init__.py(697B)
--------views.py(2KB)
--------static()
--------LICENSE.txt(36KB)
--------apps.py(490B)
--------admin.py(903B)
--------fields.py(16KB)
--------helpers.py(4KB)
--------registry.py(5KB)
--------lookup_channel.py(5KB)
----.travis.yml(589B)
----MANIFEST.in(124B)
----LICENSE(36KB)
----CHANGELOG.md(20KB)
----setup.cfg(190B)
----requirements-test.txt(87B)
----README.md(3KB)
----tests()
--------other_lookups.py(204B)
--------urls.py(443B)
--------__init__.py(0B)
--------test_views.py(471B)
--------test_integration.py(6KB)
--------models.py(854B)
--------lookups.py(2KB)
--------admin.py(554B)
--------test_lookups.py(1KB)
--------test_fields.py(3KB)
--------settings.py(2KB)
--------test_registry.py(1KB)
----example()
--------install.sh(1006B)
--------templates()
--------Makefile(411B)
--------__init__.py(0B)
--------README.md(524B)
--------example()
--------manage.py(250B)
----docs()
--------Makefile(3KB)
--------source()
----tox.ini(505B)

网友评论