django-uwsgi
django-uwsgi copied to clipboard
Docs say management command runuwsgi supports arg http=1234
The docs say you can provide an HTTP port argument:
python manage.py runuwsgi http=1234
That throws an error:
usage: manage.py runuwsgi [-h] [--version] [-v {0,1,2,3}] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--traceback] [--no-color]
manage.py runuwsgi: error: unrecognized arguments: http=5000
Docs here: https://django-uwsgi.readthedocs.io/en/master/command.html
Fixed in 0.3.0
New release available here: https://pypi.org/project/django-uwsgi-ng/0.3.0/
I did not change the Python package, so this can be used as a drop-in replacement.