yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.79k stars 467 forks source link

The assumption that sys.argv has a second element is flawed #1289

Closed bernd-wechner closed 2 years ago

bernd-wechner commented 2 years ago

Causes a crash when running this under uwsgi. The assumption is easily fixed.

jpic commented 2 years ago

Thank you! :guitar: