Sorry for what may be a lame post; I'm a noob still learning django....
I've played with django-selectable for a while now and have had some success, but can't get anything to happen when allow_new is set to True. I eventually downloaded the example project and it seems to be running. My problem is, I don't see anything happening when I enter a new fruit in any of the autocomplete fields that say "allows new items".
There seems (to me anyway) to be very little documentation about exactly how the 'allow_new=True' option is supposed to work; in my own project I was never able to get the create_item method to run for any of my lookup definitions.
Could you please make some suggestions on what I should read or do next?
It's much appreciated.