I am pretty new to django and its ways. I am trying to create an autocomplete field for a form. My code is as below forms.py What I want to achieve is that when an user types words into the “From Email” field the list of emails I have stored in an external DB should appear in the autocomplete list