Django/JS: ChoiceField for >1000 items

41 Views Asked by At

I'm creating a sample project in Django. User has to choose an item from an existing list, this list has >10000 items. To start with,

  • Prefilled list like this: https://leaverou.github.io/awesomplete/ .

  • Dinamically filled list (after keyrelease event), via ajax query after keyrelease event, without csrf_form.

  • One field to search for the item, and another field to actually hold the pk.

What way is better? Any suggestions? Any framework to do this?

0

There are 0 best solutions below