django-uwsgi icon indicating copy to clipboard operation
django-uwsgi copied to clipboard

Docs say management command runuwsgi supports arg http=1234

Open darkpixel opened this issue 6 years ago • 2 comments

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

darkpixel avatar Sep 17 '18 21:09 darkpixel

Docs here: https://django-uwsgi.readthedocs.io/en/master/command.html

darkpixel avatar Sep 17 '18 21:09 darkpixel

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.

Natureshadow avatar Mar 07 '21 15:03 Natureshadow