stephenmcd/django-socketio

Invalid argument error

vivek1729 opened this issue · 1 comments

I do python manage.py runserver_socketio 127.0.0.1:3000. I get the following error: manage.py runserver_socketio: error: unrecognized arguments: 127.0.0.1:3000

Try adding SOCKETIO_HOST and SOCKETIO_PORT settings in the module, and do python manage.py runserver_socketio