jquery - What is a django way to do multiple select input with repeatable values that preserve order of selection? -


i working on django project has form populated dynamic values (django models). form allow user select multiple values, (and select them more once). user able modify selection arranging elements in order choose.

looking @ django's backend, seems there no direct way this. using django models , fields, design links models using foreign keys. however, because need support duplicate values, copying references multiple times. also, makes modifying data expensive.

is there way other relying heavily on client side jquery generate dynamic form, , saving form values database comma separated values or list? use django's provided tools as possible.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -