[Fixed]-Django show options

1👍

The package https://github.com/yourlabs/django-autocomplete-light seems to be what you’re looking for.
It allows the end user to type some characters, after which it will be autocompleted/suggested from what’s already in the DB.

For autocomputing the two intergerfields, I’d go for client-side (Javascript).

👤SaeX

Leave a comment