pip install django-ajax-selectsAdd the app:# settings.py INSTALLED_APPS = ( ... 'ajax_select', # <- add the app ... )Include the urls in your project:# urls.py from django.urls import path from django.conf.urls import include from django.conf.urls.static import static from django...
`pip install django-ajax-selects` oreasy_install django-ajax-selectsor download or checkout the distribution or install using buildout by addingdjango-ajax-selectsto youreggs on fedora: su -c 'yum install django-ajax-selects' (note: this version may not be up to date) In settings.py : ...
django-ajax-selects_1.7.0-3.debian.tar.xz4.7 kB03132c4a334b3a257d817f5910149994 Debian パッケージソースリポジトリ (VCS:Git) https://salsa.debian.org/python-team/modules/django-ajax-selects.git Debian パッケージソースリポジトリ (ブラウザで表示可能) ...
django-ajax-selects に関するリンク Ubuntu の資源: バグ報告 Ubuntu での変更履歴 著作権ファイル Debian ソースリポジトリ(Git) メンテナ: Ubuntu MOTU Developers(メールアーカイブ) Please considerfiling a bugorasking a questionvia Launchpad before contacting the maintainer directly. ...
If you got that error then you were using a AutoCompleteSelectMultipleWidget: django-ajax-selects/ajax_select/fields.py Line 209 in 5488b26 values = list(value) but the value passed in was an int which suggests that you may have used a AutoCompleteSelectMultipleField (form field) on...
pip install django-ajax-selectsAdd the app:# settings.py INSTALLED_APPS = ( ... 'ajax_select', # <- add the app ... )Include the urls in your project:# urls.py from django.urls import path from django.conf.urls import include from django.conf.urls.static import static from django...