ELVIS-Project / simssadb

New version of the ELVIS database. A database of files containing searchable symbolic representations of scores. See staging at db.staging.simmsa.ca.
https://db.simssa.ca
GNU General Public License v3.0
5 stars 4 forks source link

Remove dependency on django-autocomplete-light #441

Open rebmizrahi opened 5 months ago

rebmizrahi commented 5 months ago

Currently, I use django-autocomplete-light for html elements for selecting an object from the database. It is used multiple times in the form. It has caused me many problems as the html is weird, particularly when duplicated (see the multiple contributor forms), and should definitely be replaced by native html, which I don't think is too complicated but it also must be implemented as a custom django widget which I have not been able to figure out.

But, it works fine for now.